From de65a43133142ac85bcd7946a0ed1fe373cec1f8 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 2 Oct 2020 12:00:55 -0500 Subject: Remove unneeded at91 gpio code from mtac driver --- mtac.c | 2 +- mtac.h | 1 - 2 files changed, 1 insertion(+), 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 " #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 // 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 -- cgit v1.2.3