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

Commit 8902cbd9 authored by Uwe Kleine-König's avatar Uwe Kleine-König
Browse files

arm/imx/iomux-mx2x: unify style



- use __MACH_IOMUX_MX2x_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 60561541
Loading
Loading
Loading
Loading
+209 −212
Original line number Diff line number Diff line
@@ -16,15 +16,13 @@
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 */

#ifndef _MXC_IOMUX_MX2x_H
#define _MXC_IOMUX_MX2x_H
#ifndef __MACH_IOMUX_MX2x_H__
#define __MACH_IOMUX_MX2x_H__

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


/* Primary GPIO pin functions */

#define PA5_PF_LSCLK		(GPIO_PORTA | GPIO_PF | GPIO_OUT | 5)
@@ -233,5 +231,4 @@
#define PC15_AOUT_WKGD		(GPIO_PORTC | GPIO_AOUT | GPIO_IN | 15)
#define PF21_AOUT_DTACK		(GPIO_PORTF | GPIO_AOUT | GPIO_IN | 21)


#endif
#endif /* ifndef __MACH_IOMUX_MX2x_H__ */