Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759446AbcLPDgD (ORCPT ); Thu, 15 Dec 2016 22:36:03 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:48358 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759380AbcLPDfy (ORCPT ); Thu, 15 Dec 2016 22:35:54 -0500 Subject: Re: [PATCH] hwmon: sch56xx: Remove unneeded linux/miscdevice.h include To: Corentin Labbe , jdelvare@suse.com, linux-hwmon@vger.kernel.org References: <20161215180814.24060-1-clabbe.montjoie@gmail.com> Cc: linux-kernel@vger.kernel.org From: Guenter Roeck Message-ID: Date: Thu, 15 Dec 2016 19:35:52 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161215180814.24060-1-clabbe.montjoie@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 775 Lines: 25 On 12/15/2016 10:08 AM, Corentin Labbe wrote: > drivers/hwmon/sch56xx-common.c does not contain any miscdevice so the > inclusion of linux/miscdevice.h is uncessary. > > Signed-off-by: Corentin Labbe Reviewed-by: Guenter Roeck > --- > drivers/hwmon/sch56xx-common.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/hwmon/sch56xx-common.c b/drivers/hwmon/sch56xx-common.c > index 68c350c..bda3d52 100644 > --- a/drivers/hwmon/sch56xx-common.c > +++ b/drivers/hwmon/sch56xx-common.c > @@ -28,7 +28,6 @@ > #include > #include > #include > -#include > #include > #include > #include "sch56xx-common.h" >