summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-12-19 19:34:00 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-04 09:38:12 +0100
commit9bdfe1ff7fa7f96d5889a3a35e1067d9698b6a94 (patch)
tree29d8acf630762ab9e7520549839eeab02676db42
parent1d31baf145c5af92f95cb30702bb5bc688f82903 (diff)
downloadbarebox-9bdfe1ff7fa7f96d5889a3a35e1067d9698b6a94.tar.gz
barebox-9bdfe1ff7fa7f96d5889a3a35e1067d9698b6a94.tar.xz
arm: bcm2835: fix indentation
This patch fix indentation in core.h of mach-bcm2835. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-bcm2835/include/mach/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/include/mach/core.h b/arch/arm/mach-bcm2835/include/mach/core.h
index 477ecb977c..b0bed80ea0 100644
--- a/arch/arm/mach-bcm2835/include/mach/core.h
+++ b/arch/arm/mach-bcm2835/include/mach/core.h
@@ -24,7 +24,7 @@ void bcm2835_add_device_sdram(u32 size);
static void inline bcm2835_register_mci(void)
{
add_generic_device("bcm2835_mci", 0, NULL, BCM2835_EMMC_BASE, 0xFC,
- IORESOURCE_MEM, NULL);
+ IORESOURCE_MEM, NULL);
}
static void inline bcm2835_register_fb(void)