commit | d64c132ffe04c0941d3008f178f8cca157dd7f16 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Mon Jun 13 18:12:58 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jun 14 16:37:49 2011 +0900 |
tree | de5f06287450c4638ca3393212485f725b725057 | |
parent | e6b8480cdf27953c3d13e6e34dd075f8287b02f0 [diff] |
fbdev/atyfb: Fix 2 defined-but-not-used warnings 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>