diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-05-09 18:29:00 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 09:59:58 +0200 |
commit | c0450dfffcbc2b4949cfbaab2928a0828dbd6305 (patch) | |
tree | 253a3399ccb8f12143c4437339cea71231d53c8a /arch/arm/plat-mxc/include | |
parent | 4daca0e0170b3996a403d10b6b5838a69785faeb (diff) | |
download | talos-obmc-linux-c0450dfffcbc2b4949cfbaab2928a0828dbd6305.tar.gz talos-obmc-linux-c0450dfffcbc2b4949cfbaab2928a0828dbd6305.zip |
ARM i.MX: fix last user of iomux.h and remove it
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/iomux.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/plat-mxc/include/mach/iomux.h b/arch/arm/plat-mxc/include/mach/iomux.h deleted file mode 100644 index 3d226d7e7be2..000000000000 --- a/arch/arm/plat-mxc/include/mach/iomux.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Copyright (C) 2010 Uwe Kleine-Koenig, Pengutronix - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published by - * the Free Software Foundation. - */ -#ifndef __MACH_IOMUX_H__ -#define __MACH_IOMUX_H__ - -/* This file will go away, please include mach/iomux-mx... directly */ - -#ifdef CONFIG_ARCH_MX1 -#include <mach/iomux-mx1.h> -#endif -#ifdef CONFIG_ARCH_MX2 -#include <mach/iomux-mx2x.h> -#ifdef CONFIG_MACH_MX21 -#include <mach/iomux-mx21.h> -#endif -#ifdef CONFIG_MACH_MX27 -#include <mach/iomux-mx27.h> -#endif -#endif - -#endif /* __MACH_IOMUX_H__ */ |