diff options
author | Rashika <[email protected]> | 2013-12-16 15:40:40 +0530 |
---|---|---|
committer | Dan Williams <[email protected]> | 2014-04-10 12:17:35 -0700 |
commit | 8d1d32767ca0df1b5cd75cdc1be3915bc6887ed1 (patch) | |
tree | 3a38130356297e76263eb0b97c0b17adbbb28911 /tools/perf/util/trace-event-scripting.c | |
parent | b8c01d259a08d75c5049b2bd5f579648262c30a4 (diff) |
drivers: dma: Mark functions as static in dma_v3.c
Mark the functions ioat3_prep_xor_val(), ioat3_prep_pq_val() and
ioat3_prep_pqxor_val() as static in dma_v3.c because they are not used
outside this file.
This eliminates the following warnings in dma_v3.c:
drivers/dma/ioat/dma_v3.c:741:1: warning: no previous prototype for ‘ioat3_prep_xor_val’ [-Wmissing-prototypes]
drivers/dma/ioat/dma_v3.c:1092:1: warning: no previous prototype for ‘ioat3_prep_pq_val’ [-Wmissing-prototypes]
drivers/dma/ioat/dma_v3.c:1134:1: warning: no previous prototype for ‘ioat3_prep_pqxor_val’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions