diff options
| author | Baoyou Xie <[email protected]> | 2016-09-17 21:37:03 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-17 23:36:52 +0200 |
| commit | c2e1b91ed8b1b48b0aa5613c2cfd4cb3aac8d0af (patch) | |
| tree | c652eec2bcdc34d146239bde647e3592754ba2b0 /tools/perf/scripts/python | |
| parent | c276af40ef8d7cfbe257bd41a9d2501178de7e79 (diff) | |
staging/lustre: clean function declaration in super25.c up
We get 1 warning when building kernel with W=1:
drivers/staging/lustre/lustre/obdclass/obd_config.c:719:6: warning: no previous prototype for 'lustre_register_client_process_config' [-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/lustre/include/lprocfs_status.h.
Signed-off-by: Baoyou Xie <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions