]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/avr32/mach-at32ap/include/mach/board.h
avr32: Fix GPIO initcall breakage
[linux-2.6-omap-h63xx.git] / arch / avr32 / mach-at32ap / include / mach / board.h
index c48386d66bc38f9fb0c1e287748b6de16a8ac903..aafaf7a78886951ed50017c6d414e6b5758cff05 100644 (file)
  */
 extern unsigned long at32_board_osc_rates[];
   
-/* Add basic devices: system manager, interrupt controller, portmuxes, etc. */
-void at32_add_system_devices(void);
+/*
+ * This used to add essential system devices, but this is now done
+ * automatically. Please don't use it in new board code.
+ */
+static inline void __deprecated at32_add_system_devices(void)
+{
+
+}
 
 #define ATMEL_MAX_UART 4
 extern struct platform_device *atmel_default_console_device;