Commit db3f7285 authored by Russell King's avatar Russell King

ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mach/gpio.h

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 667efc58
......@@ -26,7 +26,7 @@
#include <mach/platform.h>
#include <mach/irqs.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#define USB_CTRL IO_ADDRESS(PNX4008_PWRMAN_BASE + 0x64)
......
......@@ -30,7 +30,7 @@
#include <linux/clk.h>
#include <linux/gfp.h>
#include <asm/uaccess.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include "sdum.h"
#include "fbcommon.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment