Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588279

[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Masanari Iida <standby24x7@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h
Date Sun, 26 Feb 2017 07:10:01 +0100
Message-ID <tf0bT-2Fb-7@gated-at.bofh.it> (permalink)
X-Original-To linux-kernel@vger.kernel.org, akpm@linux-foundation.org, kent.overstreet@gmail.com, shli@kernel.org, linux-bcache@vger.kernel.org
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=PJCCR0wHn+d2u6J1409HCJOAhJrO7T8NVYC9YZhk+FU=; b=hXeT1OV23Pc/zpuTtZkvgdMFfGQ0WXZG9LH950hXuW3mzesiFAYL9et6d+ihwbOuz4 DgOoX0qwQ1QtAaaN7HSQ3iPknyycaoUdsgmPrEy4CuXcZRLTaSnKLUpovJmIs/Iyd4wf qrH+f9Rl/V4fFSv/Il07Ca/xWtTU19xFKTrlxOQ58IFZyWt+3DiTvz5s4f9UqtqN45ID p407NJieelArDqfu9+x+1Su56NAiWC59VttiKkZQqBhu0ltqkKAa0EYU7Jfu46YAs1wf mf1Xy6blbrPzq9sxY270o1vLE+tQABanDeirOWu1ETydSQpDUEYBw67BaazBAK4hg5IR EO4g==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=PJCCR0wHn+d2u6J1409HCJOAhJrO7T8NVYC9YZhk+FU=; b=OtpYY/bfV6pt2tdWCXzpOj+CL9mahBFrufT58Ej8Fg3/NjgxdY2TuBpQUFwybvfpNu M7b0JsB7IIQaCLkRQXyCwxPYos4KM8mNFU1sOFsj6NhtWYeS6e4FaXSA9DWCBC5lcKMN Eg/4qK4MB9BHvbQfxOBcquuzhC2E0TnU3YaorECZNhjDWa0hqZWAbn5KMkvRpS/i9b3p iEAaHRbVm7eyjOP/5FY/qCQPcDd4Uc7un+xkSZjN+vxGSB3cewzG88QzZon699mQEpzF RbZvT3nYbCVaBj5JNjK92QXkUsE/ZF04qWITa1sotirViavRGfUsj4Wba9N/4/zVuTCy U2Kw==
X-Gm-Message-State AMke39lpT9872yD1Vd4o04qdyJed8Pn/wYbI5xhyJTJm2kNP9yMIT3X1aAmvlqcZ8bK3+w==
X-Received by 10.98.84.193 with SMTP id i184mr13399515pfb.27.1488088954483; Sat, 25 Feb 2017 22:02:34 -0800 (PST)
X-Mailer git-send-email 2.12.0
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 22
Organization linux.* mail to news gateway
X-Original-Cc Masanari Iida <standby24x7@gmail.com>
X-Original-Date Sun, 26 Feb 2017 15:02:30 +0900
X-Original-Message-ID <20170226060230.11555-1-standby24x7@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1588279

Show key headers only | View raw


This patch remove duplicate inclusion of blkdev.h in util.h.
Confirm compile successfully after remove the line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/md/bcache/util.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h
index cf2cbc211d83..03af094d0202 100644
--- a/drivers/md/bcache/util.h
+++ b/drivers/md/bcache/util.h
@@ -4,7 +4,6 @@
 
 #include <linux/blkdev.h>
 #include <linux/errno.h>
-#include <linux/blkdev.h>
 #include <linux/kernel.h>
 #include <linux/llist.h>
 #include <linux/ratelimit.h>
-- 
2.12.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h Masanari Iida <standby24x7@gmail.com> - 2017-02-26 07:10 +0100
  Re: [PATCH] [linux-next] bcache: Remove duplicate inclusion of  blkdev.h Coly Li <i@coly.li> - 2017-02-26 16:30 +0100

csiph-web