summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/alleycat5/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvebu/alleycat5/soc.c')
-rw-r--r--arch/arm/mach-mvebu/alleycat5/soc.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-mvebu/alleycat5/soc.c b/arch/arm/mach-mvebu/alleycat5/soc.c
index efbef233a1..dc69f46eed 100644
--- a/arch/arm/mach-mvebu/alleycat5/soc.c
+++ b/arch/arm/mach-mvebu/alleycat5/soc.c
@@ -287,12 +287,3 @@ int mach_cpu_init(void)
return 0;
}
-
-int arch_misc_init(void)
-{
- u32 type, rev;
-
- get_soc_type_rev(&type, &rev);
-
- return 0;
-}