From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: [PATCH 1/9] SQUASHME: pmem: Remove unused #include headers Date: Tue, 09 Sep 2014 18:40:31 +0300 Message-ID: <540F1F6F.7090905@plexistor.com> References: <1409173922-7484-1-git-send-email-ross.zwisler@linux.intel.com> <540F1EC6.4000504@plexistor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Andrew Morton To: Ross Zwisler , Jens Axboe , Matthew Wilcox , linux-fsdevel , linux-nvdimm@lists.01.org Return-path: Received: from mail-we0-f176.google.com ([74.125.82.176]:46018 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751986AbaIIPke (ORCPT ); Tue, 9 Sep 2014 11:40:34 -0400 Received: by mail-we0-f176.google.com with SMTP id q58so3929662wes.7 for ; Tue, 09 Sep 2014 08:40:32 -0700 (PDT) In-Reply-To: <540F1EC6.4000504@plexistor.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: Boaz Harrosh Removed: -#include -#include These two are included in linux/blkdev.h -#include -#include -#include These 3 are not used anymore Signed-off-by: Boaz Harrosh --- 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 #include -#include #include -#include #include -#include #include #include #include -#include #define SECTOR_SHIFT 9 #define PAGE_SECTORS_SHIFT (PAGE_SHIFT - SECTOR_SHIFT) -- 1.9.3