summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-09-28 21:36:14 (GMT)
committerJason Wessel <jason.wessel@windriver.com>2012-10-12 11:37:36 (GMT)
commitf2f0945e356daef87cdb01c0302801fb11cf382a (patch)
tree458c92d6a4a70f03ada073376bd16fdcf843e177 /kernel
parent17b572e82032bc246324ce136696656b66d4e3f1 (diff)
downloadlinux-fsl-qoriq-f2f0945e356daef87cdb01c0302801fb11cf382a.tar.xz
tty/console: fix warnings in drivers/tty/serial/kgdboc.c
The con_debug_leave/con_debug_enter functions are stubbed out by defining them to (0), which causes harmless build warnings. Using proper inline functions is the normal way to deal with this. Without this patch, building the ARM bcm2835_defconfig results in: drivers/tty/serial/kgdboc.c: In function 'kgdboc_pre_exp_handler': drivers/tty/serial/kgdboc.c:279:3: warning: statement with no effect [-Wunused-value] drivers/tty/serial/kgdboc.c: In function 'kgdboc_post_exp_handler': drivers/tty/serial/kgdboc.c:293:3: warning: statement with no effect [-Wunused-value] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Anton Vorontsov <anton.vorontsov@linaro.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions