diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2013-12-18 12:01:46 +0530 |
---|---|---|
committer | Joerg Roedel <joro@8bytes.org> | 2013-12-30 15:36:30 +0100 |
commit | 21004dcd3ba25163d620eddc703185cd50c89a93 (patch) | |
tree | 57e6f01e6c85394247b632bffff4bd3efa9c3f65 /lib/crc32.c | |
parent | 802eee95bde72fd0cd0f3a5b2098375a487d1eda (diff) | |
download | linux-21004dcd3ba25163d620eddc703185cd50c89a93.tar.gz linux-21004dcd3ba25163d620eddc703185cd50c89a93.tar.bz2 linux-21004dcd3ba25163d620eddc703185cd50c89a93.zip |
iommu/vt-d: Mark functions as static in dmar.c
Mark the functions check_zero_address() and dmar_get_fault_reason() as
static in dmar.c because they are not used outside this file.
This eliminates the following warnings in dmar.c:
drivers/iommu/dmar.c:491:12: warning: no previous prototype for ‘check_zero_address’ [-Wmissing-prototypes]
drivers/iommu/dmar.c:1116:13: warning: no previous prototype for ‘dmar_get_fault_reason’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'lib/crc32.c')
0 files changed, 0 insertions, 0 deletions