diff options
Diffstat (limited to 'drivers/media/platform/omap/omap_vout_vrfb.h')
-rw-r--r-- | drivers/media/platform/omap/omap_vout_vrfb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/platform/omap/omap_vout_vrfb.h b/drivers/media/platform/omap/omap_vout_vrfb.h index 4c2314839b48..c976975024df 100644 --- a/drivers/media/platform/omap/omap_vout_vrfb.h +++ b/drivers/media/platform/omap/omap_vout_vrfb.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #ifdef CONFIG_VIDEO_OMAP2_VOUT_VRFB | 15 | #ifdef CONFIG_VIDEO_OMAP2_VOUT_VRFB |
16 | void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout); | 16 | void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout); |
17 | int omap_vout_setup_vrfb_bufs(struct platform_device *pdev, int vid_num, | 17 | int omap_vout_setup_vrfb_bufs(struct platform_device *pdev, int vid_num, |
18 | u32 static_vrfb_allocation); | 18 | bool static_vrfb_allocation); |
19 | void omap_vout_release_vrfb(struct omap_vout_device *vout); | 19 | void omap_vout_release_vrfb(struct omap_vout_device *vout); |
20 | int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, | 20 | int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, |
21 | unsigned int *count, unsigned int startindex); | 21 | unsigned int *count, unsigned int startindex); |
@@ -25,7 +25,7 @@ void omap_vout_calculate_vrfb_offset(struct omap_vout_device *vout); | |||
25 | #else | 25 | #else |
26 | static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; | 26 | static inline void omap_vout_free_vrfb_buffers(struct omap_vout_device *vout) { }; |
27 | static inline int omap_vout_setup_vrfb_bufs(struct platform_device *pdev, int vid_num, | 27 | static inline int omap_vout_setup_vrfb_bufs(struct platform_device *pdev, int vid_num, |
28 | u32 static_vrfb_allocation) | 28 | bool static_vrfb_allocation) |
29 | { return 0; }; | 29 | { return 0; }; |
30 | static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; | 30 | static inline void omap_vout_release_vrfb(struct omap_vout_device *vout) { }; |
31 | static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, | 31 | static inline int omap_vout_vrfb_buffer_setup(struct omap_vout_device *vout, |