aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/plat-s3c24xx/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/plat-s3c24xx/cpu.h')
-rw-r--r--include/asm-arm/plat-s3c24xx/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/plat-s3c24xx/cpu.h b/include/asm-arm/plat-s3c24xx/cpu.h
index 15dd18810905..8c17ca4348f1 100644
--- a/include/asm-arm/plat-s3c24xx/cpu.h
+++ b/include/asm-arm/plat-s3c24xx/cpu.h
@@ -49,9 +49,6 @@ extern void s3c24xx_init_uartdevs(char *name,
49struct s3c24xx_board { 49struct s3c24xx_board {
50 struct platform_device **devices; 50 struct platform_device **devices;
51 unsigned int devices_count; 51 unsigned int devices_count;
52
53 struct clk **clocks;
54 unsigned int clocks_count;
55}; 52};
56 53
57extern void s3c24xx_set_board(struct s3c24xx_board *board); 54extern void s3c24xx_set_board(struct s3c24xx_board *board);