diff options
| author | Christoph Hellwig <[email protected]> | 2021-07-12 08:09:27 +0200 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2021-07-18 21:46:53 -0400 |
| commit | 904b5bfaa8fe2be032ea81ee95fa28efe21fbef0 (patch) | |
| tree | 181b4607bf68665a9b86c82f9101b18aa825f2b8 | |
| parent | 37306698c3d023c10a2b1a01baac3089b52412f6 (diff) | |
scsi: aacraid: Remove an unused include
flush_kernel_dcache_page() is not used by aacraid, and this header already
comes in through the scatterlist/block headers anyway.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
| -rw-r--r-- | drivers/scsi/aacraid/aachba.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c index 46b8dffce2dd..267934d2f14b 100644 --- a/drivers/scsi/aacraid/aachba.c +++ b/drivers/scsi/aacraid/aachba.c @@ -25,7 +25,6 @@ #include <linux/completion.h> #include <linux/blkdev.h> #include <linux/uaccess.h> -#include <linux/highmem.h> /* For flush_kernel_dcache_page */ #include <linux/module.h> #include <asm/unaligned.h> |