diff options
author | John Klug <john.klug@multitech.com> | 2020-10-02 12:00:55 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-10-02 12:00:55 -0500 |
commit | de65a43133142ac85bcd7946a0ed1fe373cec1f8 (patch) | |
tree | 3218fa1af023fa691c3c561f7bf4d46308afd967 | |
parent | e3fe79dd37144311f879a0183939736b86aed14b (diff) | |
download | mtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.tar.gz mtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.tar.bz2 mtac-de65a43133142ac85bcd7946a0ed1fe373cec1f8.zip |
Remove unneeded at91 gpio code from mtac driver
-rw-r--r-- | mtac.c | 2 | ||||
-rw-r--r-- | mtac.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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" @@ -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 |