Skip to content

Commit

Permalink
ARM: gpio: davinci: 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 75482dc commit 667efc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/davinci.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#include <mach/hardware.h>
#include <mach/memory.h>
#include <mach/gpio.h>
#include <asm/gpio.h>
#include <mach/cputype.h>

#include <asm/mach-types.h>
Expand Down

0 comments on commit 667efc5

Please sign in to comment.