diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/plat-s3c24xx/cpu.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-arm/plat-s3c24xx/cpu.h b/include/asm-arm/plat-s3c24xx/cpu.h index 8c17ca4348f1..23e420e8bd5b 100644 --- a/include/asm-arm/plat-s3c24xx/cpu.h +++ b/include/asm-arm/plat-s3c24xx/cpu.h | |||
@@ -40,19 +40,6 @@ extern void s3c24xx_init_uartdevs(char *name, | |||
40 | struct s3c24xx_uart_resources *res, | 40 | struct s3c24xx_uart_resources *res, |
41 | struct s3c2410_uartcfg *cfg, int no); | 41 | struct s3c2410_uartcfg *cfg, int no); |
42 | 42 | ||
43 | /* the board structure is used at first initialsation time | ||
44 | * to get info such as the devices to register for this | ||
45 | * board. This is done because platfrom_add_devices() cannot | ||
46 | * be called from the map_io entry. | ||
47 | */ | ||
48 | |||
49 | struct s3c24xx_board { | ||
50 | struct platform_device **devices; | ||
51 | unsigned int devices_count; | ||
52 | }; | ||
53 | |||
54 | extern void s3c24xx_set_board(struct s3c24xx_board *board); | ||
55 | |||
56 | /* timer for 2410/2440 */ | 43 | /* timer for 2410/2440 */ |
57 | 44 | ||
58 | struct sys_timer; | 45 | struct sys_timer; |