scsi: aacraid: Remove an unused include
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Jul 2021 06:09:27 +0000 (08:09 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 19 Jul 2021 01:46:53 +0000 (21:46 -0400)
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/20210712060928.4161649-6-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/aachba.c

index 46b8dffce2dd8b951fc2cfc671601f84dad00c88..267934d2f14bddaae034cf8c74075cd3a67245fa 100644 (file)
@@ -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>