summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/gic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/gic.h')
-rw-r--r--arch/arm/mach-tegra/gic.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/gic.h b/arch/arm/mach-tegra/gic.h
index 94dab6e581af..22bb85f18525 100644
--- a/arch/arm/mach-tegra/gic.h
+++ b/arch/arm/mach-tegra/gic.h
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/include/mach/gic.h
*
- * Copyright (C) 2010-2011 NVIDIA Corporation
+ * Copyright (C) 2010-2012 NVIDIA Corporation
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -46,4 +46,6 @@ void tegra_gic_affinity_to_cpu0(void);
#endif
#endif
+void __init tegra_gic_init(void);
+
#endif /* _MACH_TEGRA_GIC_H_ */