diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmzone.h | 2 | ||||
| -rw-r--r-- | include/linux/serial_core.h | 4 | ||||
| -rw-r--r-- | include/linux/types.h | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 0f088f3a2fed..36d9896fbc1e 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
| @@ -246,7 +246,7 @@ struct lruvec { | |||
| 246 | #define ISOLATE_UNEVICTABLE ((__force isolate_mode_t)0x8) | 246 | #define ISOLATE_UNEVICTABLE ((__force isolate_mode_t)0x8) |
| 247 | 247 | ||
| 248 | /* LRU Isolation modes. */ | 248 | /* LRU Isolation modes. */ |
| 249 | typedef unsigned __bitwise__ isolate_mode_t; | 249 | typedef unsigned __bitwise isolate_mode_t; |
| 250 | 250 | ||
| 251 | enum zone_watermarks { | 251 | enum zone_watermarks { |
| 252 | WMARK_MIN, | 252 | WMARK_MIN, |
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 5d494888a612..5def8e830fb0 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
| @@ -111,8 +111,8 @@ struct uart_icount { | |||
| 111 | __u32 buf_overrun; | 111 | __u32 buf_overrun; |
| 112 | }; | 112 | }; |
| 113 | 113 | ||
| 114 | typedef unsigned int __bitwise__ upf_t; | 114 | typedef unsigned int __bitwise upf_t; |
| 115 | typedef unsigned int __bitwise__ upstat_t; | 115 | typedef unsigned int __bitwise upstat_t; |
| 116 | 116 | ||
| 117 | struct uart_port { | 117 | struct uart_port { |
| 118 | spinlock_t lock; /* port lock */ | 118 | spinlock_t lock; /* port lock */ |
diff --git a/include/linux/types.h b/include/linux/types.h index baf718324f4a..d501ad3ba247 100644 --- a/include/linux/types.h +++ b/include/linux/types.h | |||
| @@ -154,8 +154,8 @@ typedef u64 dma_addr_t; | |||
| 154 | typedef u32 dma_addr_t; | 154 | typedef u32 dma_addr_t; |
| 155 | #endif | 155 | #endif |
| 156 | 156 | ||
| 157 | typedef unsigned __bitwise__ gfp_t; | 157 | typedef unsigned __bitwise gfp_t; |
| 158 | typedef unsigned __bitwise__ fmode_t; | 158 | typedef unsigned __bitwise fmode_t; |
| 159 | 159 | ||
| 160 | #ifdef CONFIG_PHYS_ADDR_T_64BIT | 160 | #ifdef CONFIG_PHYS_ADDR_T_64BIT |
| 161 | typedef u64 phys_addr_t; | 161 | typedef u64 phys_addr_t; |
