]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-socfpga/include/mach/system_manager.h
arm: socfpga: system: Clean up pinmux_config.c
[karo-tx-uboot.git] / arch / arm / mach-socfpga / include / mach / system_manager.h
index de05aaf198494eab081629160fd6ed08f8253884..46af30b640e009c60b6f3de09cff921506b868ac 100644 (file)
@@ -12,9 +12,8 @@
 void sysmgr_pinmux_init(void);
 void sysmgr_config_warmrstcfgio(int enable);
 
-/* declaration for handoff table type */
-extern unsigned long sys_mgr_init_table[CONFIG_HPS_PINMUX_NUM];
-
+void sysmgr_get_pinmux_table(const unsigned long **table,
+                            unsigned int *table_len);
 #endif
 
 struct socfpga_system_manager {