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

Commit c0450dff authored by Sascha Hauer's avatar Sascha Hauer
Browse files

ARM i.MX: fix last user of iomux.h and remove it

parent 4daca0e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
#include <mach/common.h>
#include <mach/iomux.h>
#include <mach/iomux-mx27.h>

#include "devices-imx27.h"

+0 −26
Original line number Diff line number Diff line
/*
 * 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__ */