projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87893bf
)
rk fb: fix warning:warning: inline function 'support_uboot_display' declared weak
author
hjc
<hjc@rock-chips.com>
Tue, 25 Mar 2014 14:15:58 +0000
(22:15 +0800)
committer
hjc
<hjc@rock-chips.com>
Tue, 25 Mar 2014 14:17:40 +0000
(22:17 +0800)
include/linux/rk_fb.h
patch
|
blob
|
history
diff --git
a/include/linux/rk_fb.h
b/include/linux/rk_fb.h
index bc03a575069db75b4ddbbdb9f39a25393324a65a..c70182df829d4c84a8d4d2da03c7653c73cdb330 100755
(executable)
--- a/
include/linux/rk_fb.h
+++ b/
include/linux/rk_fb.h
@@
-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;
}