diff options
| author | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-30 23:26:07 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-30 23:26:07 -0700 |
| commit | 8b36cbababba612da025e9a2b2782101153bfece (patch) | |
| tree | 8d67d516800fcc5f04ec8e64dd150588670b3609 /include/linux | |
| parent | 1ced4444a3e7a362763e76e2953503a27b997f76 (diff) | |
Fix bogus preprocessor end comment to match the real scope.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 2 |
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 */ }; /* |
