From: Boaz Harrosh <boaz@xxxxxxxxxxxxx> Removed: -#include <linux/bio.h> -#include <linux/fs.h> These two are included in linux/blkdev.h -#include <linux/highmem.h> -#include <linux/major.h> -#include <linux/uaccess.h> These 3 are not used anymore Signed-off-by: Boaz Harrosh <boaz@xxxxxxxxxxxxx> --- drivers/block/pmem.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/block/pmem.c b/drivers/block/pmem.c index d63bc96..8b0b9b0 100644 --- a/drivers/block/pmem.c +++ b/drivers/block/pmem.c @@ -16,17 +16,12 @@ * Copyright (C) 2007 Novell Inc. */ -#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-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html