summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.osdl.org>2003-09-30 23:26:07 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-30 23:26:07 -0700
commit8b36cbababba612da025e9a2b2782101153bfece (patch)
tree8d67d516800fcc5f04ec8e64dd150588670b3609 /include/linux/mm.h
parent1ced4444a3e7a362763e76e2953503a27b997f76 (diff)
Fix bogus preprocessor end comment to match the real scope.
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index fd9fe3f47067..ca006021a13e 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 */
};
/*