aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835/bcm2835.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-bcm2835/bcm2835.c')
-rw-r--r--arch/arm/mach-bcm2835/bcm2835.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm2835/bcm2835.c b/arch/arm/mach-bcm2835/bcm2835.c
index c4dd210f4db1..f0d739f4b7a3 100644
--- a/arch/arm/mach-bcm2835/bcm2835.c
+++ b/arch/arm/mach-bcm2835/bcm2835.c
@@ -74,12 +74,12 @@ static struct map_desc io_map __initdata = {
74 .type = MT_DEVICE 74 .type = MT_DEVICE
75}; 75};
76 76
77void __init bcm2835_map_io(void) 77static void __init bcm2835_map_io(void)
78{ 78{
79 iotable_init(&io_map, 1); 79 iotable_init(&io_map, 1);
80} 80}
81 81
82void __init bcm2835_init(void) 82static void __init bcm2835_init(void)
83{ 83{
84 int ret; 84 int ret;
85 85