mirror of https://github.com/torvalds/linux.git
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
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| enlighten.c | ||
| grant-table.c | ||
| hypercall.S | ||
| mm.c | ||
| p2m.c | ||