diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-11-12 22:29:53 -0500 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-30 17:03:36 -0500 |
commit | 516cbc793eb4be5123289d067b54dfcdabeddb25 (patch) | |
tree | e2c970c0b16c9a80a2b542446cdc9e5a850eb672 /arch/arm/mach-msm/iommu.c | |
parent | e8952e3b32701817705b216b492a9be4fa5cbefc (diff) |
msm: iommu: Mark functions with the right section names
Mark the init and exit functions as __init and __exit where
appropriate.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/iommu.c')
-rw-r--r-- | arch/arm/mach-msm/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/iommu.c b/arch/arm/mach-msm/iommu.c index f71747db3bee..134add789187 100644 --- a/arch/arm/mach-msm/iommu.c +++ b/arch/arm/mach-msm/iommu.c | |||
@@ -585,7 +585,7 @@ static struct iommu_ops msm_iommu_ops = { | |||
585 | .domain_has_cap = msm_iommu_domain_has_cap | 585 | .domain_has_cap = msm_iommu_domain_has_cap |
586 | }; | 586 | }; |
587 | 587 | ||
588 | static int msm_iommu_init(void) | 588 | static int __init msm_iommu_init(void) |
589 | { | 589 | { |
590 | register_iommu(&msm_iommu_ops); | 590 | register_iommu(&msm_iommu_ops); |
591 | return 0; | 591 | return 0; |