Skip to content

Commit

Permalink
ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.h
Browse files Browse the repository at this point in the history
Remove unnecessary includes

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Feb 12, 2010
1 parent 4be53db commit 7e20c83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/i2c/busses/i2c-pnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

#include <mach/hardware.h>
#include <mach/i2c.h>
#include <asm/irq.h>
#include <asm/uaccess.h>

#define I2C_PNX_TIMEOUT 10 /* msec */
#define I2C_PNX_SPEED_KHZ 100
Expand Down

0 comments on commit 7e20c83

Please sign in to comment.