Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirel...
[pandora-kernel.git] / arch / arm / plat-mxc / include / mach / iomux.h
1 /*
2  * Copyright (C) 2010 Uwe Kleine-Koenig, Pengutronix
3  *
4  * This program is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU General Public License version 2 as published by
6  * the Free Software Foundation.
7  */
8 #ifndef __MACH_IOMUX_H__
9 #define __MACH_IOMUX_H__
10
11 /* This file will go away, please include mach/iomux-mx... directly */
12
13 #ifdef CONFIG_ARCH_MX1
14 #include <mach/iomux-mx1.h>
15 #endif
16 #ifdef CONFIG_ARCH_MX2
17 #include <mach/iomux-mx2x.h>
18 #ifdef CONFIG_MACH_MX21
19 #include <mach/iomux-mx21.h>
20 #endif
21 #ifdef CONFIG_MACH_MX27
22 #include <mach/iomux-mx27.h>
23 #endif
24 #endif
25
26 #endif /* __MACH_IOMUX_H__ */