OSDN Git Service

[media] radio-shark: Mark shark_resume_leds() inline to kill compiler warning
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 28 Oct 2013 12:16:05 +0000 (09:16 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 9 Dec 2013 16:50:49 +0000 (14:50 -0200)
commit812c083ec4ae5182ab034c0ec55dbd5bb937c6f7
tree53e91cbb92dc17248b19e7777970bf54e8c0ad5f
parent3189ef0290dcc9f44782672fade35847cb30da00
[media] radio-shark: Mark shark_resume_leds() inline to kill compiler warning

If SHARK_USE_LEDS=1, but CONFIG_PM=n:
drivers/media/radio/radio-shark.c:275: warning: ‘shark_resume_leds’ defined but not used
Instead of making the #ifdef logic even more complicated (there are already
two definitions of shark_resume_leds()), mark shark_resume_leds() inline to
kill the compiler warning. shark_resume_leds() is small and it has only one
caller.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/radio/radio-shark.c