aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x
diff options
context:
space:
mode:
authorAlexander Clouter <alex@digriz.org.uk>2012-05-12 10:16:58 -0400
committerAndrew Lunn <andrew@lunn.ch>2012-05-14 12:13:00 -0400
commit9f234997dac445a64f5d9672bf21649e6d745bb9 (patch)
tree1e89529df633bc176757b12b6af4817174b04429 /arch/arm/mach-orion5x
parentd2621b82c2e8d2e37100797448143bf6ae88d89f (diff)
ARM: orion5x: ts78xx whitespace cleanups
Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/mach-orion5x')
-rw-r--r--arch/arm/mach-orion5x/ts78xx-fpga.h6
-rw-r--r--arch/arm/mach-orion5x/ts78xx-setup.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-orion5x/ts78xx-fpga.h b/arch/arm/mach-orion5x/ts78xx-fpga.h
index 151e89e1e676..97c393d39ae2 100644
--- a/arch/arm/mach-orion5x/ts78xx-fpga.h
+++ b/arch/arm/mach-orion5x/ts78xx-fpga.h
@@ -28,9 +28,9 @@ struct fpga_device {
28 28
29struct fpga_devices { 29struct fpga_devices {
30 /* Technologic Systems */ 30 /* Technologic Systems */
31 struct fpga_device ts_rtc; 31 struct fpga_device ts_rtc;
32 struct fpga_device ts_nand; 32 struct fpga_device ts_nand;
33 struct fpga_device ts_rng; 33 struct fpga_device ts_rng;
34}; 34};
35 35
36struct ts78xx_fpga_data { 36struct ts78xx_fpga_data {
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c
index c96f37472eda..c41f27bd7184 100644
--- a/arch/arm/mach-orion5x/ts78xx-setup.c
+++ b/arch/arm/mach-orion5x/ts78xx-setup.c
@@ -115,7 +115,7 @@ static struct platform_device ts78xx_ts_rtc_device = {
115 * I've used the method TS use in their rtc7800.c example for the detection 115 * I've used the method TS use in their rtc7800.c example for the detection
116 * 116 *
117 * TODO: track down a guinea pig without an RTC to see if we can work out a 117 * TODO: track down a guinea pig without an RTC to see if we can work out a
118 * better RTC detection routine 118 * better RTC detection routine
119 */ 119 */
120static int ts78xx_ts_rtc_load(void) 120static int ts78xx_ts_rtc_load(void)
121{ 121{