From patchwork Thu Dec 15 18:08:14 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Labbe X-Patchwork-Id: 9476673 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 DD84C607EE for ; Thu, 15 Dec 2016 18:10:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D15D92880A for ; Thu, 15 Dec 2016 18:10:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C482228809; Thu, 15 Dec 2016 18:10:28 +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.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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 48D4528809 for ; Thu, 15 Dec 2016 18:10:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754135AbcLOSK1 (ORCPT ); Thu, 15 Dec 2016 13:10:27 -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 Received: by mail-wm0-f67.google.com with SMTP id u144so8096040wmu.0; Thu, 15 Dec 2016 10:10:26 -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=fvCxScKcHC/BBW5GF9km3K1WPz0dj2fS7T31Sy4cNak=; b=Btsw75p5iGCsS9JV8YNnkd8E7tVCaYNxdgrw0QJrILNv55UBmHYWxlEWZ36kqqVFIK Y+5RQ6pERAynGVhHU/nBsz4/Dqp5fkd9xTaSXN17jBoR4vUH/oCJpeQ4v6KC0/n/6YDo 8Xtc7J6yL6YxcqxNlQ5tWaO8OOXOd8InIsUsxOyHI50PO6oyPpM5+o/J+ZfQBdx/p8i2 TCHVOmA6V3ndHMzvUW2k+9Q+XvtoJMxot2KZ/cAiEwHbdI0kJHwW8Zwajq+qtvYE08xo fW5RFS46Ej2jWfNQw0umZOoNbi2aMcD+MNXwdImOfZEfZG2qbakyVanNGJi/Cxf9YNOx VGpQ== 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=fvCxScKcHC/BBW5GF9km3K1WPz0dj2fS7T31Sy4cNak=; b=gRMCOQo0noliTzpxQNK1PROFfLeq4Mgu4hO+lZGGqhhitpG7oRhd/WE5Bf0vBthB9x v1TaxncP27Mn3eMKG7KX/I1v1wMDVA8Vbckp093h8ZqY5f3Q0lTZKlPrXBttpr3bTDeP R9xQYfHNxX33MZpFl2uiGiM4KqeFgWq4F0/hXq7teNxB7dCjdIXFJtBz8LmOB402H/el H5RW/eG9D6fr4IkUAs+xExtA9O8kGAZ4O1tX2fjzw/uJq48lptIf6WV8p//vn1YKBIpg 56eSmwnludNM1S3Z2NnIjvDUuBxqJPlzqEDmKFe541M17Jgh5gCgWp/lg0itv4TKGHqK Mm7g== X-Gm-Message-State: AIkVDXINhEVnoqz3A/ct8lCkpEme25lILbrsamm/U0RxdmdvINtLMvvqxUh/umnBhgGrDA== X-Received: by 10.28.227.215 with SMTP id a206mr2832109wmh.84.1481825425386; Thu, 15 Dec 2016 10:10:25 -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 v3sm3131290wjp.13.2016.12.15.10.10.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 15 Dec 2016 10:10:24 -0800 (PST) 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-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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"