From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750812AbbLTSb2 (ORCPT ); Sun, 20 Dec 2015 13:31:28 -0500 Received: from mail-lf0-f49.google.com ([209.85.215.49]:34135 "EHLO mail-lf0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbbLTSbY (ORCPT ); Sun, 20 Dec 2015 13:31:24 -0500 From: Sergei Shtylyov To: myungjoo.ham@samsung.com, cw00.choi@samsung.com, linux-kernel@vger.kernel.org Cc: linux-usb@vger.kernel.org, linux-sh@vger.kernel.org Subject: [PATCH] extcon: max3355: kill unneeded #include's Date: Sun, 20 Dec 2015 21:31:20 +0300 Message-ID: <6137530.8k1Rzov2Uy@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.10 (Linux/4.2.7-200.fc22.x86_64; KDE/4.14.14; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Some #include's weren't needed from the start, some are left overs from the earlier driver versions... Kill 'em all! :-) Signed-off-by: Sergei Shtylyov --- The patch is against the 'extcon-next' branch of the 'extcon.git' repo. If possible, please fold this patch into the main MAX3355 driver patch. drivers/extcon/extcon-max3355.c | 5 ----- 1 file changed, 5 deletions(-) Index: extcon/drivers/extcon/extcon-max3355.c =================================================================== --- extcon.orig/drivers/extcon/extcon-max3355.c +++ extcon/drivers/extcon/extcon-max3355.c @@ -11,14 +11,9 @@ #include #include -#include #include -#include #include -#include #include -#include -#include struct max3355_data { struct extcon_dev *edev;