diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-09-17 13:41:39 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-17 21:36:52 (GMT) |
commit | c276af40ef8d7cfbe257bd41a9d2501178de7e79 (patch) | |
tree | ecae1ed9209268f1938c69e5f8d120425333dbd8 /sound/Makefile | |
parent | 63ed97ecf79059c917eacf23ed6cd260bcaabd3b (diff) | |
download | linux-c276af40ef8d7cfbe257bd41a9d2501178de7e79.tar.xz |
staging: lustre: clean function declaration in super25.c up
We get 1 warning when building kernel with W=1:
drivers/staging/lustre/lnet/selftest/conctl.c:804:1: warning: no previous prototype for 'lstcon_ioctl_entry' [-Wmissing-prototypes]
In fact, this function is declared in
drivers/staging/lustre/lustre/llite/super25.c, but should be
moved into a header file, thus can be recognized in other file.
So this patch moves the declaration into
drivers/staging/lustre/lnet/selftest/console.h
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/Makefile')
0 files changed, 0 insertions, 0 deletions