Skip to content

Commit

Permalink
ARM: gpio: pnx4008: convert drivers to use asm/gpio.h rather than mac…
Browse files Browse the repository at this point in the history
…h/gpio.h

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Aug 8, 2011
1 parent 667efc5 commit db3f728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/usb/host/ohci-pnx4008.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/pnx4008/sdum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db3f728

Please sign in to comment.