Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258768
b: refs/heads/master
c: 250ccd4
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Zabel authored and Eric Miao committed Jul 11, 2011
1 parent 433ce0e commit 98f3576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b52f0db50b8058567339dd5540e825fbd7df01dc
refs/heads/master: 250ccd4f343b8ecb50f94d27ef5dc131db337024
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-pxa/include/mach/magician.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#ifndef _MAGICIAN_H_
#define _MAGICIAN_H_

#include <linux/gpio.h>
#include <mach/irqs.h>

/*
Expand Down Expand Up @@ -77,7 +78,7 @@
* CPLD EGPIOs
*/

#define MAGICIAN_EGPIO_BASE 0x80 /* GPIO_BOARD_START */
#define MAGICIAN_EGPIO_BASE NR_BUILTIN_GPIO
#define MAGICIAN_EGPIO(reg,bit) \
(MAGICIAN_EGPIO_BASE + 8*reg + bit)

Expand Down

0 comments on commit 98f3576

Please sign in to comment.