Commit 812ae98f authored by Mike Frysinger's avatar Mike Frysinger

Blackfin: gpio/portmux: clean up whitespace corruption

Random tabs instead of spaces, mixes of the two, and unicode spaces
instead of ascii spaces.
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent eb964909
/* /*
* Common header file for Blackfin family of processors * Common header file for Blackfin family of processors
* *
 * Copyright 2007-2008 Analog Devices Inc. * Copyright 2007-2008 Analog Devices Inc.
 * *
 * Licensed under the GPL-2 or later. * Licensed under the GPL-2 or later.
*/ */
#ifndef _PORTMUX_H_ #ifndef _PORTMUX_H_
......
...@@ -136,7 +136,6 @@ ...@@ -136,7 +136,6 @@
P_MDC, \ P_MDC, \
P_MDIO, 0} P_MDIO, 0}
#define P_RMII0 {\ #define P_RMII0 {\
P_MII0_ETxD0, \ P_MII0_ETxD0, \
P_MII0_ETxD1, \ P_MII0_ETxD1, \
...@@ -149,4 +148,5 @@ ...@@ -149,4 +148,5 @@
P_RMII0_CRS_DV, \ P_RMII0_CRS_DV, \
P_MDC, \ P_MDC, \
P_MDIO, 0} P_MDIO, 0}
#endif /* _MACH_PORTMUX_H_ */ #endif /* _MACH_PORTMUX_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment