diff options
| author | Rashika Kheria <[email protected]> | 2013-12-21 16:01:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-01-08 15:46:08 -0800 |
| commit | 8e586897d4a0438d87bad6e39a8833145a9e00c3 (patch) | |
| tree | 3f62c93f92b27d5d51a2171bc11b410245da34c9 /tools/perf/scripts/python | |
| parent | 39e2ce9a3512387f0d0cf2ad7ad715b9f91cab67 (diff) | |
drivers: bcm: Mark functions as static in Qos.c
Mark functions MatchSrcIpAddress(), MatchDestIpAddress() and MatchTos()
as static in Qos.c because they are not used outside this file.
This eliminates the following warnings in Qos.c:
drivers/staging/bcm/Qos.c:27:6: warning: no previous prototype for ‘MatchSrcIpAddress’ [-Wmissing-prototypes]
drivers/staging/bcm/Qos.c:61:6: warning: no previous prototype for ‘MatchDestIpAddress’ [-Wmissing-prototypes]
drivers/staging/bcm/Qos.c:94:6: warning: no previous prototype for ‘MatchTos’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions