GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / plat-mxc / include / mach / iomux.h
blob3d226d7e7be2d409d4d920352e61cfb392134618
1 /*
2 * Copyright (C) 2010 Uwe Kleine-Koenig, Pengutronix
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__
11 /* This file will go away, please include mach/iomux-mx... directly */
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
26 #endif /* __MACH_IOMUX_H__ */