-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 309082 b: refs/heads/master c: bd51db7 h: refs/heads/master v: v3
- Loading branch information
John Crispin
authored and
Ralf Baechle
committed
May 21, 2012
1 parent
e5ba529
commit 4c59e46
Showing
6 changed files
with
18 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 3645da0276ae9f6938ff29b13904b803ecb68424 | ||
refs/heads/master: bd51db7f3bf2ba23ff55f6d5fdcec04c74df13e4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef __ASM_MIPS_MACH_LANTIQ_GPIO_H | ||
#define __ASM_MIPS_MACH_LANTIQ_GPIO_H | ||
|
||
static inline int gpio_to_irq(unsigned int gpio) | ||
{ | ||
return -1; | ||
} | ||
|
||
#define gpio_get_value __gpio_get_value | ||
#define gpio_set_value __gpio_set_value | ||
|
||
#define gpio_cansleep __gpio_cansleep | ||
|
||
#include <asm-generic/gpio.h> | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters