mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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>
This commit is contained in:
parent
08fdc69945
commit
532b7cecdd
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue