diff options
-rw-r--r-- | include/linux/types.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index 62323825cff9..6747247e3f9f 100644 --- a/include/linux/types.h +++ b/include/linux/types.h | |||
@@ -135,12 +135,9 @@ typedef unsigned long blkcnt_t; | |||
135 | #endif | 135 | #endif |
136 | 136 | ||
137 | /* | 137 | /* |
138 | * The type of an index into the pagecache. Use a #define so asm/types.h | 138 | * The type of an index into the pagecache. |
139 | * can override it. | ||
140 | */ | 139 | */ |
141 | #ifndef pgoff_t | ||
142 | #define pgoff_t unsigned long | 140 | #define pgoff_t unsigned long |
143 | #endif | ||
144 | 141 | ||
145 | /* A dma_addr_t can hold any valid DMA or bus address for the platform */ | 142 | /* A dma_addr_t can hold any valid DMA or bus address for the platform */ |
146 | #ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT | 143 | #ifdef CONFIG_ARCH_DMA_ADDR_T_64BIT |