OMAP4/5: Make the sysctrl structure common
[oweals/u-boot.git] / arch / arm / include / asm / arch-omap5 / sys_proto.h
index 3b39dbd769b56d1581bd76e9369376a90cdc5568..8396a2214181750aaa7526b110952b9b00c0010e 100644 (file)
@@ -115,10 +115,4 @@ static inline u32 omap_hw_init_context(void)
 #endif
 }
 
-static inline u32 omap_revision(void)
-{
-       extern u32 *const omap5_revision;
-       return *omap5_revision;
-}
-
 #endif