diff --git a/include/linux/mm.h b/include/linux/mm.h index fd9fe3f4706798f46cdf8c3a0514f0a6c04d5296..ca006021a13ed34f28b72f7ff411c4f703275d2f 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -196,7 +196,7 @@ struct page { #if defined(WANT_PAGE_VIRTUAL) void *virtual; /* Kernel virtual address (NULL if not kmapped, ie. highmem) */ -#endif /* CONFIG_HIGHMEM || WANT_PAGE_VIRTUAL */ +#endif /* WANT_PAGE_VIRTUAL */ }; /*