ARM: orion5x: ts78xx whitespace cleanups

Signed-off-by: Alexander Clouter <alex@digriz.org.uk>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
This commit is contained in:
Alexander Clouter 2012-05-12 15:16:58 +01:00 committed by Andrew Lunn
parent d2621b82c2
commit 9f234997da
2 changed files with 4 additions and 4 deletions

View file

@ -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 {

View file

@ -115,7 +115,7 @@ static struct platform_device ts78xx_ts_rtc_device = {
* I've used the method TS use in their rtc7800.c example for the detection
*
* TODO: track down a guinea pig without an RTC to see if we can work out a
* better RTC detection routine
* better RTC detection routine
*/
static int ts78xx_ts_rtc_load(void)
{