Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6985a719 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

arm/imx/iomux-mx21: unify style



- use __MACH_IOMUX_MX21_H__ as header protector analogous to
  <mach/mx...h>
- use tabs for indention

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
parent 6863f198
Loading
Loading
Loading
Loading
+100 −103
Original line number Original line Diff line number Diff line
@@ -15,15 +15,13 @@
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 * MA 02110-1301, USA.
 */
 */

#ifndef __MACH_IOMUX_MX21_H__
#ifndef _MXC_IOMUX_MX21_H
#define __MACH_IOMUX_MX21_H__
#define _MXC_IOMUX_MX21_H


#ifndef GPIO_PORTA
#ifndef GPIO_PORTA
#error Please include mach/iomux.h
#error Please include mach/iomux.h
#endif
#endif



/* Primary GPIO pin functions */
/* Primary GPIO pin functions */


#define PB22_PF_USBH1_BYP	(GPIO_PORTB | GPIO_PF | 22)
#define PB22_PF_USBH1_BYP	(GPIO_PORTB | GPIO_PF | 22)
@@ -122,5 +120,4 @@
#define PF13_AOUT_PC_CD2	(GPIO_PORTF | GPIO_AOUT | GPIO_IN | 13)
#define PF13_AOUT_PC_CD2	(GPIO_PORTF | GPIO_AOUT | GPIO_IN | 13)
#define PF14_AOUT_PC_CD1	(GPIO_PORTF | GPIO_AOUT | GPIO_IN | 14)
#define PF14_AOUT_PC_CD1	(GPIO_PORTF | GPIO_AOUT | GPIO_IN | 14)



#endif /* ifndef __MACH_IOMUX_MX21_H__ */
#endif