rk fb: fix warning:warning: inline function 'support_uboot_display' declared weak
authorhjc <hjc@rock-chips.com>
Tue, 25 Mar 2014 14:15:58 +0000 (22:15 +0800)
committerhjc <hjc@rock-chips.com>
Tue, 25 Mar 2014 14:17:40 +0000 (22:17 +0800)
include/linux/rk_fb.h

index bc03a575069db75b4ddbbdb9f39a25393324a65a..c70182df829d4c84a8d4d2da03c7653c73cdb330 100755 (executable)
@@ -550,7 +550,7 @@ extern bool is_prmry_rk_lcdc_registered(void);
 extern int rk_fb_prase_timing_dt(struct device_node *np,
                struct rk_screen *screen);
 
-__weak static int inline support_uboot_display(void)
+__weak int support_uboot_display(void)
 {
        return 0;
 }