Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755260AbcLOSK2 (ORCPT ); Thu, 15 Dec 2016 13:10:28 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33176 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753614AbcLOSK1 (ORCPT ); Thu, 15 Dec 2016 13:10:27 -0500 From: Corentin Labbe To: jdelvare@suse.com, linux@roeck-us.net, linux-hwmon@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] hwmon: sch56xx: Remove unneeded linux/miscdevice.h include Date: Thu, 15 Dec 2016 19:08:14 +0100 Message-Id: <20161215180814.24060-1-clabbe.montjoie@gmail.com> X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 650 Lines: 22 drivers/hwmon/sch56xx-common.c does not contain any miscdevice so the inclusion of linux/miscdevice.h is uncessary. Signed-off-by: Corentin Labbe --- 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" -- 2.10.2