]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/asm-arm/plat-s3c24xx/cpu.h
[ARM] 4325/1: S3C24XX: remove s3c24xx_board
[net-next-2.6.git] / include / asm-arm / plat-s3c24xx / cpu.h
index 8c17ca4348f1c9cfce4e7887eaeedfd60902d787..23e420e8bd5bcf1d1aee6fa562374fa6e273426a 100644 (file)
@@ -40,19 +40,6 @@ extern void s3c24xx_init_uartdevs(char *name,
                                  struct s3c24xx_uart_resources *res,
                                  struct s3c2410_uartcfg *cfg, int no);
 
-/* the board structure is used at first initialsation time
- * to get info such as the devices to register for this
- * board. This is done because platfrom_add_devices() cannot
- * be called from the map_io entry.
-*/
-
-struct s3c24xx_board {
-       struct platform_device  **devices;
-       unsigned int              devices_count;
-};
-
-extern void s3c24xx_set_board(struct s3c24xx_board *board);
-
 /* timer for 2410/2440 */
 
 struct sys_timer;