diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-m68k/sun3mmu.h | 3 | ||||
-rw-r--r-- | include/linux/videodev2.h | 2 | ||||
-rw-r--r-- | include/net/netlabel.h | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/include/asm-m68k/sun3mmu.h b/include/asm-m68k/sun3mmu.h index 6c8c17d047a1..d8f17a0d8c9f 100644 --- a/include/asm-m68k/sun3mmu.h +++ b/include/asm-m68k/sun3mmu.h | |||
@@ -4,6 +4,7 @@ | |||
4 | #ifndef __SUN3_MMU_H__ | 4 | #ifndef __SUN3_MMU_H__ |
5 | #define __SUN3_MMU_H__ | 5 | #define __SUN3_MMU_H__ |
6 | 6 | ||
7 | #include <linux/types.h> | ||
7 | #include <asm/movs.h> | 8 | #include <asm/movs.h> |
8 | #include <asm/sun3-head.h> | 9 | #include <asm/sun3-head.h> |
9 | 10 | ||
@@ -160,7 +161,7 @@ static inline void sun3_put_context(unsigned char c) | |||
160 | return; | 161 | return; |
161 | } | 162 | } |
162 | 163 | ||
163 | extern void *sun3_ioremap(unsigned long phys, unsigned long size, | 164 | extern void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, |
164 | unsigned long type); | 165 | unsigned long type); |
165 | 166 | ||
166 | extern int sun3_map_test(unsigned long addr, char *val); | 167 | extern int sun3_map_test(unsigned long addr, char *val); |
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index c5fdf6259548..df5c4654360d 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -243,7 +243,7 @@ struct v4l2_pix_format | |||
243 | #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y','U','1','2') /* 12 YUV 4:2:0 */ | 243 | #define V4L2_PIX_FMT_YUV420 v4l2_fourcc('Y','U','1','2') /* 12 YUV 4:2:0 */ |
244 | #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y','Y','U','V') /* 16 YUV 4:2:2 */ | 244 | #define V4L2_PIX_FMT_YYUV v4l2_fourcc('Y','Y','U','V') /* 16 YUV 4:2:2 */ |
245 | #define V4L2_PIX_FMT_HI240 v4l2_fourcc('H','I','2','4') /* 8 8-bit color */ | 245 | #define V4L2_PIX_FMT_HI240 v4l2_fourcc('H','I','2','4') /* 8 8-bit color */ |
246 | #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H','M','1','2') /* 8 YUV 4:1:1 16x16 macroblocks */ | 246 | #define V4L2_PIX_FMT_HM12 v4l2_fourcc('H','M','1','2') /* 8 YUV 4:2:0 16x16 macroblocks */ |
247 | 247 | ||
248 | /* see http://www.siliconimaging.com/RGB%20Bayer.htm */ | 248 | /* see http://www.siliconimaging.com/RGB%20Bayer.htm */ |
249 | #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B','A','8','1') /* 8 BGBG.. GRGR.. */ | 249 | #define V4L2_PIX_FMT_SBGGR8 v4l2_fourcc('B','A','8','1') /* 8 BGBG.. GRGR.. */ |
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index 113337c27955..12c214b9eadf 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h | |||
@@ -136,7 +136,7 @@ struct netlbl_lsm_secattr { | |||
136 | * on success, NULL on failure. | 136 | * on success, NULL on failure. |
137 | * | 137 | * |
138 | */ | 138 | */ |
139 | static inline struct netlbl_lsm_cache *netlbl_secattr_cache_alloc(int flags) | 139 | static inline struct netlbl_lsm_cache *netlbl_secattr_cache_alloc(gfp_t flags) |
140 | { | 140 | { |
141 | struct netlbl_lsm_cache *cache; | 141 | struct netlbl_lsm_cache *cache; |
142 | 142 | ||