summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2020-10-02 12:00:55 -0500
committerJohn Klug <john.klug@multitech.com>2020-10-02 12:00:55 -0500
commitde65a43133142ac85bcd7946a0ed1fe373cec1f8 (patch)
tree3218fa1af023fa691c3c561f7bf4d46308afd967
parente3fe79dd37144311f879a0183939736b86aed14b (diff)
downloadmtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.tar.gz
mtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.tar.bz2
mtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.zip
Remove unneeded at91 gpio code from mtac driver
-rw-r--r--mtac.c2
-rw-r--r--mtac.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/mtac.c b/mtac.c
index 7697085..165d8e0 100644
--- a/mtac.c
+++ b/mtac.c
@@ -1,4 +1,4 @@
-#define DRIVER_VERSION "v4.0.4"
+#define DRIVER_VERSION "v4.0.5"
#define DRIVER_AUTHOR "John Klug <john.klug@multitech.com>"
#define DRIVER_DESC "MTS driver to supervise MTAC slots"
#define DRIVER_NAME "mtac-slots"
diff --git a/mtac.h b/mtac.h
index 967bf57..1a84884 100644
--- a/mtac.h
+++ b/mtac.h
@@ -1,6 +1,5 @@
#ifndef IO_MODULE_MTAC_H_
#define IO_MODULE_MTAC_H_
-#include <linux/at91gpio.h>
// NUM_AP should be defined from the board code
// it should be set to the value of CONFIG_MTS_NUM_ACCESSORY_PORTS
// arch/arm/mach-at91/board-dt-sam9.c