summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/include/mach/rockchip.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/include/mach/rockchip.h')
-rw-r--r--arch/arm/mach-rockchip/include/mach/rockchip.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/arch/arm/mach-rockchip/include/mach/rockchip.h b/arch/arm/mach-rockchip/include/mach/rockchip.h
deleted file mode 100644
index 269d113bc3..0000000000
--- a/arch/arm/mach-rockchip/include/mach/rockchip.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef __MACH_ROCKCHIP_H
-#define __MACH_ROCKCHIP_H
-
-#ifdef CONFIG_ARCH_RK3188
-int rk3188_init(void);
-#else
-static inline int rk3188_init(void)
-{
- return -ENOTSUPP;
-}
-#endif
-
-#ifdef CONFIG_ARCH_RK3288
-int rk3288_init(void);
-#else
-static inline int rk3288_init(void)
-{
- return -ENOTSUPP;
-}
-#endif
-
-#ifdef CONFIG_ARCH_RK3568
-int rk3568_init(void);
-#else
-static inline int rk3568_init(void)
-{
- return -ENOTSUPP;
-}
-#endif
-
-void rk3568_lowlevel_init(void);
-
-#endif /* __MACH_ROCKCHIP_H */