git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b8480
)
fbdev/atyfb: Fix 2 defined-but-not-used warnings
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 13 Jun 2011 18:12:58 +0000
(18:12 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 14 Jun 2011 07:37:49 +0000
(16:37 +0900)
If CONFIG_FB_ATY_BACKLIGHT=y but CONFIG_PCI=n:
drivers/video/aty/atyfb_base.c:2272: warning: ‘aty_bl_exit’ defined but not used
If CONFIG_ATARI=y for a modular build:
drivers/video/aty/atyfb_base.c:2794: warning: ‘store_video_par’ defined but not
used
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found