fbdev/atyfb: Fix 2 defined-but-not-used warnings
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Jun 2011 18:12:58 +0000 (18:12 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Jun 2011 07:37:49 +0000 (16:37 +0900)
commitd64c132ffe04c0941d3008f178f8cca157dd7f16
treede5f06287450c4638ca3393212485f725b725057
parente6b8480cdf27953c3d13e6e34dd075f8287b02f0
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>
drivers/video/aty/atyfb_base.c