mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
Fix the following sparse warning:
arch/arm64/xen/../../arm/xen/enlighten.c:244: warning: macro
"GRANT_TABLE_PHYSADDR" is not used [-Wunused-macros]
It is an isolated macro, and should be removed when its last user
was deleted in the following commit
|
||
|---|---|---|
| .. | ||
| enlighten.c | ||
| grant-table.c | ||
| hypercall.S | ||
| Makefile | ||
| mm.c | ||
| p2m.c | ||