mirror of https://gitee.com/openkylin/linux.git
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:
parent
d2621b82c2
commit
9f234997da
|
@ -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 {
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue