aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/iommu.c
diff options
context:
space:
mode:
authorStepan Moskovchenko <stepanm@codeaurora.org>2010-11-12 19:29:53 -0800
committerDaniel Walker <dwalker@codeaurora.org>2010-11-30 14:03:36 -0800
commit516cbc793eb4be5123289d067b54dfcdabeddb25 (patch)
treee2c970c0b16c9a80a2b542446cdc9e5a850eb672 /arch/arm/mach-msm/iommu.c
parentmsm: iommu: Support for the 2nd GFX core's IOMMU (diff)
downloadlinux-dev-516cbc793eb4be5123289d067b54dfcdabeddb25.tar.xz
linux-dev-516cbc793eb4be5123289d067b54dfcdabeddb25.zip
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.c2
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 = {
.domain_has_cap = msm_iommu_domain_has_cap
};
-static int msm_iommu_init(void)
+static int __init msm_iommu_init(void)
{
register_iommu(&msm_iommu_ops);
return 0;