summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/gpio-imx35.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-imx/gpio-imx35.c')
-rw-r--r--arch/arm/mach-imx/gpio-imx35.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/arm/mach-imx/gpio-imx35.c b/arch/arm/mach-imx/gpio-imx35.c
deleted file mode 100644
index 89283fd7d5..0000000000
--- a/arch/arm/mach-imx/gpio-imx35.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * (C) 2007, Sascha Hauer <sha@pengutronix.de>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
-
-#include <common.h>
-#include <asm/io.h>
-#include <asm/arch/imx-regs.h>
-
-void imx_gpio_mode(unsigned long mode)
-{
- writel((mode >> 16) & 0xff, IMX_IOMUXC_BASE + (mode & 0xffff));
-}