summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-09-20 04:59:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-08 15:03:38 +0300
commite8693a9829d1135ff6da551023de0c707394733c (patch)
treec4a14e83bd1ff26f5916e993bcac284890928425 /arch/x86
parenta293ef5e92b523f899d5d58bd9bfc26f2ea1ee3e (diff)
downloadlinux-e8693a9829d1135ff6da551023de0c707394733c.tar.xz
kgdboc: Fix warning with module build
commit 1cd25cbb2fedbc777f3a8c3cb1ba69b645aeaa64 upstream. After 2dd453168643 ("kgdboc: Fix restrict error"), kgdboc_option_setup is now only used when built in, resulting in a warning when compiled as a module: drivers/tty/serial/kgdboc.c:134:12: warning: 'kgdboc_option_setup' defined but not used [-Wunused-function] static int kgdboc_option_setup(char *opt) ^~~~~~~~~~~~~~~~~~~ Move the function under the appropriate ifdef for builtin only. Fixes: 2dd453168643 ("kgdboc: Fix restrict error") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions