Signed-off-by: Ross Zwisler <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] --- drivers/block/pmem.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/block/pmem.c b/drivers/block/pmem.c index d63bc96..8f39ef4 100644 --- a/drivers/block/pmem.c +++ b/drivers/block/pmem.c @@ -16,17 +16,15 @@ * Copyright (C) 2007 Novell Inc. */ +#include <asm/cacheflush.h> #include <linux/bio.h> #include <linux/blkdev.h> #include <linux/fs.h> #include <linux/hdreg.h> -#include <linux/highmem.h> #include <linux/init.h> -#include <linux/major.h> #include <linux/module.h> #include <linux/moduleparam.h> #include <linux/slab.h> -#include <linux/uaccess.h> #define SECTOR_SHIFT 9 #define PAGE_SECTORS_SHIFT (PAGE_SHIFT - SECTOR_SHIFT) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

