diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-01-18 18:21:54 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-20 20:48:19 +0300 |
commit | 532b7cecdd4bee0e50c704b1281194c88f19cef1 (patch) | |
tree | 2f6791c25c90bcb2db88e84b1e2367f20369654d /drivers/tty | |
parent | 08fdc69945603355d24ef4adc811d2e368adbb56 (diff) | |
download | linux-532b7cecdd4bee0e50c704b1281194c88f19cef1.tar.xz |
serial: mxs-auart: Remove <asm/cacheflush.h>
There is nothing in the driver that uses the definitions
from <asm/cacheflush.h>.
Remove the unused header file inclusion.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20210118152154.1644569-2-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/mxs-auart.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c index 01fedb41cf93..f414d6acad69 100644 --- a/drivers/tty/serial/mxs-auart.c +++ b/drivers/tty/serial/mxs-auart.c @@ -34,8 +34,6 @@ #include <linux/dma-mapping.h> #include <linux/dmaengine.h> -#include <asm/cacheflush.h> - #include <linux/gpio/consumer.h> #include <linux/err.h> #include <linux/irq.h> |