summaryrefslogtreecommitdiff
path: root/xhfc/base.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-02-14 16:02:04 +0100
committerGuillaume Knispel <gknispel@proformatique.com>2012-02-14 16:02:04 +0100
commit053426f8092b449c5a18f1bdb59eb4853e60ee2b (patch)
tree2304184df21f1cc41a9adcecb85a425824ae00c5 /xhfc/base.c
parentc90029311ad5a4cb0db76d2b1025586ad3133cb8 (diff)
XIOH_PROTO_MB_V4_RESET_GPIO is unused
Diffstat (limited to 'xhfc/base.c')
-rw-r--r--xhfc/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xhfc/base.c b/xhfc/base.c
index 5ac5e77..a717e55 100644
--- a/xhfc/base.c
+++ b/xhfc/base.c
@@ -53,7 +53,7 @@ MODULE_LICENSE("GPL");
#define GPIO_FROM_PLATFORM_DESC (-2)
#define GPIO_NONE (-1)
-#define XIOH_PROTO_MB_V4_RESET_GPIO 27 // XXX temp hack
+#define XIOH_PROTO_MB_V4_RESET_GPIO 27 // XXX unused
static int reset_gpio = GPIO_FROM_PLATFORM_DESC;
static int port1_ntte_gpio = GPIO_NONE;