drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do_gma_bac...
authorDavid Howells <dhowells@redhat.com>
Thu, 23 Jan 2014 23:54:03 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:55 +0000 (16:36 -0800)
commite13e64ece037104f5b04d0e98929ad2149c5bb09
treef453af7dd7ec8e1e6ee6d8693f0c1cdb6c149000
parent00b2c76a6abbe082bb5afb89ee49ec325e9cd4d2
drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do_gma_backlight_set()

Fix the following warning:

drivers/gpu/drm/gma500/backlight.c:29:13: warning: 'do_gma_backlight_set' defined but not used [-Wunused-function]

by moving the entire function inside the conditional section currently
inside of it.  All the places that call it are so conditionalised.

Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Alan Cox <alan@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/gpu/drm/gma500/backlight.c