diff options
author | Alexander Clouter <alex@digriz.org.uk> | 2012-05-12 15:16:58 +0100 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2012-05-14 18:13:00 +0200 |
commit | 9f234997dac445a64f5d9672bf21649e6d745bb9 (patch) | |
tree | 1e89529df633bc176757b12b6af4817174b04429 /arch/arm/mach-orion5x/ts78xx-fpga.h | |
parent | d2621b82c2e8d2e37100797448143bf6ae88d89f (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/ts78xx-fpga.h')
-rw-r--r-- | arch/arm/mach-orion5x/ts78xx-fpga.h | 6 |
1 files changed, 3 insertions, 3 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 { struct fpga_devices { /* Technologic Systems */ - struct fpga_device ts_rtc; - struct fpga_device ts_nand; - struct fpga_device ts_rng; + struct fpga_device ts_rtc; + struct fpga_device ts_nand; + struct fpga_device ts_rng; }; struct ts78xx_fpga_data { |