diff options
Diffstat (limited to 'include/linux/highmem.h')
-rw-r--r-- | include/linux/highmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/highmem.h b/include/linux/highmem.h index adfe1013b2bd..74152c08ad07 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h | |||
@@ -52,7 +52,7 @@ void kmap_flush_unused(void); | |||
52 | 52 | ||
53 | static inline unsigned int nr_free_highpages(void) { return 0; } | 53 | static inline unsigned int nr_free_highpages(void) { return 0; } |
54 | 54 | ||
55 | #define totalhigh_pages 0 | 55 | #define totalhigh_pages 0UL |
56 | 56 | ||
57 | #ifndef ARCH_HAS_KMAP | 57 | #ifndef ARCH_HAS_KMAP |
58 | static inline void *kmap(struct page *page) | 58 | static inline void *kmap(struct page *page) |