diff options
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index c535ee1db3ee..0ba4bdbd6b01 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -428,8 +428,8 @@ static inline void venc_exit(void) | |||
428 | 428 | ||
429 | /* RFBI */ | 429 | /* RFBI */ |
430 | #ifdef CONFIG_OMAP2_DSS_RFBI | 430 | #ifdef CONFIG_OMAP2_DSS_RFBI |
431 | int rfbi_init(void); | 431 | int rfbi_init_platform_driver(void); |
432 | void rfbi_exit(void); | 432 | void rfbi_uninit_platform_driver(void); |
433 | void rfbi_dump_regs(struct seq_file *s); | 433 | void rfbi_dump_regs(struct seq_file *s); |
434 | 434 | ||
435 | int rfbi_configure(int rfbi_module, int bpp, int lines); | 435 | int rfbi_configure(int rfbi_module, int bpp, int lines); |
@@ -440,11 +440,11 @@ void rfbi_set_timings(int rfbi_module, struct rfbi_timings *t); | |||
440 | unsigned long rfbi_get_max_tx_rate(void); | 440 | unsigned long rfbi_get_max_tx_rate(void); |
441 | int rfbi_init_display(struct omap_dss_device *display); | 441 | int rfbi_init_display(struct omap_dss_device *display); |
442 | #else | 442 | #else |
443 | static inline int rfbi_init(void) | 443 | static inline int rfbi_init_platform_driver(void) |
444 | { | 444 | { |
445 | return 0; | 445 | return 0; |
446 | } | 446 | } |
447 | static inline void rfbi_exit(void) | 447 | static inline void rfbi_uninit_platform_driver(void) |
448 | { | 448 | { |
449 | } | 449 | } |
450 | #endif | 450 | #endif |