diff options
| author | Rashika Kheria <[email protected]> | 2013-12-18 12:04:27 +0530 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2013-12-30 15:37:01 +0100 |
| commit | 6a7885c49b5b79c6e2e73db6fd9db9051b4a28f9 (patch) | |
| tree | 8daf7cbad1f5e9ec85e206b71e4536b2fb357c8c /tools/perf/scripts/python | |
| parent | 21004dcd3ba25163d620eddc703185cd50c89a93 (diff) | |
iommu/vt-d: Mark functions as static in intel_irq_remapping.c
Mark functions int get_irte() and ir_dev_scope_init() as static in
intel_irq_remapping.c because they are not used outside this file.
This eliminates the following warnings in intel_irq_remapping.c:
drivers/iommu/intel_irq_remapping.c:49:5: warning: no previous prototype for ‘get_irte’ [-Wmissing-prototypes]
drivers/iommu/intel_irq_remapping.c:810:12: warning: no previous prototype for ‘ir_dev_scope_init’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions