diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2021-01-15 15:30:13 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-01-20 15:14:42 -0600 |
commit | c27e9a4e1b711bb41c45e6029fb786b72cc217ed (patch) | |
tree | 422892f956a3141a60ec50643d1c9b536d615530 /io-module/machine/mtcdt.c | |
parent | 6fb0b6bed65b9df6e34e83c84878cf002394f676 (diff) | |
download | mts-io-c27e9a4e1b711bb41c45e6029fb786b72cc217ed.tar.gz mts-io-c27e9a4e1b711bb41c45e6029fb786b72cc217ed.tar.bz2 mts-io-c27e9a4e1b711bb41c45e6029fb786b72cc217ed.zip |
linux5.4: fix kernel module build issues
Diffstat (limited to 'io-module/machine/mtcdt.c')
-rw-r--r-- | io-module/machine/mtcdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io-module/machine/mtcdt.c b/io-module/machine/mtcdt.c index 575dd1e..aabbc2d 100644 --- a/io-module/machine/mtcdt.c +++ b/io-module/machine/mtcdt.c @@ -1,4 +1,3 @@ -#include "at91gpio.h" /* * Within a struct gpio_pin, there is only one * occurrence of each pin, so there is only one |