From patchwork Thu Dec 15 14:12:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 9476277 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id ABE9E60571 for ; Thu, 15 Dec 2016 14:14:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8ED1F28784 for ; Thu, 15 Dec 2016 14:14:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8332D2878E; Thu, 15 Dec 2016 14:14:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 376CB28784 for ; Thu, 15 Dec 2016 14:14:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932597AbcLOOOV (ORCPT ); Thu, 15 Dec 2016 09:14:21 -0500 Received: from mail-wj0-f194.google.com ([209.85.210.194]:35963 "EHLO mail-wj0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755300AbcLOOOU (ORCPT ); Thu, 15 Dec 2016 09:14:20 -0500 Received: by mail-wj0-f194.google.com with SMTP id j10so9996110wjb.3; Thu, 15 Dec 2016 06:14:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=UQcdHUsDjdOhrfGFe9jghHtND2uMfbozKceFGy5iPP4=; b=K0UPwd/3Bp2mAnyYRNfceYb4mHN+LiBK2t7FnuvQw1iqHx2FzgINrCmtBbSgQCDozX ozE4KaAb/hWDAo5PPr/iMIBXQ3Z8wd0t+OM89hNSr94/6P92Cd80IM9i7zN5GqAffae+ zTy41TeH+iAkRySv30TjF0uhHycqw8HLxYbsWPvgcV2ZRlh10hejFV/i5ugdk9k9dqVz +iOsnIWEogtpwlQNTGH7PpnNQ+Lm83KErZDQOTjq4FmCPbKoTStXLEkg0gaTZqE15YL+ wJZiOhMRJ1gmIvq1axnG+Vs5mRlQqSPw9DsBpk8JmREYumKKdMGsf++l0OIFO64p8359 7+fw== 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=UQcdHUsDjdOhrfGFe9jghHtND2uMfbozKceFGy5iPP4=; b=kSFl7j9cMOkxgOBjEWgPjAtaww8LfwSiOTK6kq2umYXpelTXqAPh8j2EE5Ow9xSwND U80JRpo4FW7C2z3yAlcj+282OvDOdEzakUy6biKPReNjHIFYa1pfn/6JANqc/WiKwQ+t 7xBnv1/LTVeajzECvnn8ILGEgNLOenEXGnXn2coq96fh4PqxUs6sEZWfPNz1RaeA2fib 1uJeNDZWy7iotDfJc+F3iLUN3UXlHHylFxkHNoWoDZ0R7+hdq5pqQw1fTXd6DFA8lXN8 ib0fIlvFn+ciFvdleFp2GEPdw40ZziZU+fAw44+21de7Mj9SXCx1MyQft0V2qdJdq05l SEHg== X-Gm-Message-State: AKaTC027eGQLjhVGMIWnUxahBui4GrZiDxy8YfcfGDAxviEu9/I/hLoGttSuze8YpKVXbQ== X-Received: by 10.194.248.233 with SMTP id yp9mr1673205wjc.228.1481811259227; Thu, 15 Dec 2016 06:14:19 -0800 (PST) Received: from Red.local (LFbn-1-7035-57.w90-116.abo.wanadoo.fr. [90.116.208.57]) by smtp.googlemail.com with ESMTPSA id c133sm2646867wme.12.2016.12.15.06.14.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Dec 2016 06:14:18 -0800 (PST) From: Corentin Labbe To: sathya.prakash@broadcom.com, chaitra.basappa@broadcom.com, suganath-prabu.subramani@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] mptlan: Remove linux/miscdevice.h from mptlan.h Date: Thu, 15 Dec 2016 15:12:16 +0100 Message-Id: <20161215141216.2021-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch remove linux/miscdevice.h from mptlan.h since mptlan.h does not contain any miscdevice. The only user of it is mptctl.c which already include linux/miscdevice.h So no need to include it twice. Signed-off-by: Corentin Labbe --- drivers/message/fusion/mptlan.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/message/fusion/mptlan.h b/drivers/message/fusion/mptlan.h index 69e9d54..694b475 100644 --- a/drivers/message/fusion/mptlan.h +++ b/drivers/message/fusion/mptlan.h @@ -65,7 +65,6 @@ #include #include #include -#include #include #include #include