summaryrefslogtreecommitdiff
path: root/board-dummy.c
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2010-02-02 10:55:20 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2010-02-02 10:55:20 +0100
commit00d457612969f64738934b6cda3fe087b2856f4f (patch)
tree74dafd5e0979ef8aac12e3b1b6ea930e8bd537bc /board-dummy.c
parent8782ae23ec1964808770bd7b50a9ac0585fa7bc6 (diff)
Handle "special" GPIO
Diffstat (limited to 'board-dummy.c')
-rw-r--r--board-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-dummy.c b/board-dummy.c
index 5397770..8aef38a 100644
--- a/board-dummy.c
+++ b/board-dummy.c
@@ -11,7 +11,7 @@
#include "board.h"
-static u16 gpio(u32 n, u16 what, u16 push, u16 pull)
+static u16 gpio(u32 n, u16 what, u16 push, u16 pull, u16 special)
{
return what;
}