diff options
author | Baoyou Xie <[email protected]> | 2016-09-07 19:07:00 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-07 17:40:19 -0700 |
commit | 72e8d5fdf58b7d398b31612e63cc376f43c9da1b (patch) | |
tree | 8fbca39b6165ab67dbbb1e4de7d9d6a0c9a93278 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | f95bf346226b9b79352e05508beececc807cc37a (diff) |
qed: add missing header dependencies
We get 4 warnings when building kernel with W=1:
drivers/net/ethernet/qlogic/qed/qed_selftest.c:6:5: warning: no previous prototype for 'qed_selftest_memory' [-Wmissing-prototypes]
drivers/net/ethernet/qlogic/qed/qed_selftest.c:19:5: warning: no previous prototype for 'qed_selftest_interrupt' [-Wmissing-prototypes]
drivers/net/ethernet/qlogic/qed/qed_selftest.c:32:5: warning: no previous prototype for 'qed_selftest_register' [-Wmissing-prototypes]
drivers/net/ethernet/qlogic/qed/qed_selftest.c:55:5: warning: no previous prototype for 'qed_selftest_clock' [-Wmissing-prototypes]
In fact, these functions are declared in qed_selftest.h, so this patch
add missing header dependencies.
Signed-off-by: Baoyou Xie <[email protected]>
Acked-by: Yuval Mintz <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions