Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326472
b: refs/heads/master
c: 70a5dbf
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed Sep 6, 2012
1 parent d5c8c6a commit 2490e11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b0d00e2efd5221d7558747132e3938c5d58bed8
refs/heads/master: 70a5dbf8120dcbba7f0720a51dae2258f9bc7893
3 changes: 0 additions & 3 deletions trunk/drivers/gpio/gpio-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@

#include <asm/mach/irq.h>

#include <mach/iomap.h>
#include <mach/suspend.h>

#define GPIO_BANK(x) ((x) >> 5)
#define GPIO_PORT(x) (((x) >> 3) & 0x3)
#define GPIO_BIT(x) ((x) & 0x7)
Expand Down

0 comments on commit 2490e11

Please sign in to comment.