diff options
| author | Baoyou Xie <[email protected]> | 2016-09-17 21:41:39 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-17 23:36:52 +0200 |
| commit | c276af40ef8d7cfbe257bd41a9d2501178de7e79 (patch) | |
| tree | ecae1ed9209268f1938c69e5f8d120425333dbd8 /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 63ed97ecf79059c917eacf23ed6cd260bcaabd3b (diff) | |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions