Message ID | 20210712060928.4161649-6-hch@lst.de |
---|---|
State | New |
Headers | show |
Series | [1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data | expand |
Christoph, > flush_kernel_dcache_page is not used by aacraid, and this header > already comes in through the scatterlist/block headers anyway. Seems orthogonal to the rest of your series. Applied to 5.15/scsi-staging, thanks!
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>
flush_kernel_dcache_page is not used by aacraid, and this header already comes in through the scatterlist/block headers anyway. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/scsi/aacraid/aachba.c | 1 - 1 file changed, 1 deletion(-)