From patchwork Mon Feb 17 02:35:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anson Huang X-Patchwork-Id: 11385001 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A0E6930 for ; Mon, 17 Feb 2020 02:41:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48E8520726 for ; Mon, 17 Feb 2020 02:41:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726261AbgBQClW (ORCPT ); Sun, 16 Feb 2020 21:41:22 -0500 Received: from inva020.nxp.com ([92.121.34.13]:38262 "EHLO inva020.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726183AbgBQClW (ORCPT ); Sun, 16 Feb 2020 21:41:22 -0500 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id A94631A1E30; Mon, 17 Feb 2020 03:41:20 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 3EE1C1A1E64; Mon, 17 Feb 2020 03:41:17 +0100 (CET) Received: from localhost.localdomain (shlinux2.ap.freescale.net [10.192.224.44]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id B7FEC402A7; Mon, 17 Feb 2020 10:41:12 +0800 (SGT) From: Anson Huang To: dmitry.torokhov@gmail.com, swboyd@chromium.org, robin@protonic.nl, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Linux-imx@nxp.com Subject: [PATCH] input: keyboard: snvs_pwrkey: Remove unused includes Date: Mon, 17 Feb 2020 10:35:39 +0800 Message-Id: <1581906939-26163-1-git-send-email-Anson.Huang@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org There is nothing in use from device.h/init.h/of_address.h, remove them. Signed-off-by: Anson Huang --- drivers/input/keyboard/snvs_pwrkey.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/input/keyboard/snvs_pwrkey.c b/drivers/input/keyboard/snvs_pwrkey.c index 2f5e3ab..9e1e855 100644 --- a/drivers/input/keyboard/snvs_pwrkey.c +++ b/drivers/input/keyboard/snvs_pwrkey.c @@ -3,9 +3,7 @@ // Driver for the IMX SNVS ON/OFF Power Key // Copyright (C) 2015 Freescale Semiconductor, Inc. All Rights Reserved. -#include #include -#include #include #include #include @@ -13,7 +11,6 @@ #include #include #include -#include #include #include #include