From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753414AbaIPVQU (ORCPT ); Tue, 16 Sep 2014 17:16:20 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46526 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512AbaIPVQT (ORCPT ); Tue, 16 Sep 2014 17:16:19 -0400 Subject: [PATCH] extcon: sm5502: Drop useless include From: Jean Delvare To: Chanwoo Choi , MyungJoo Ham Cc: linux-kernel Content-Type: text/plain; charset="UTF-8" Organization: Suse Linux Date: Tue, 16 Sep 2014 23:16:15 +0200 Message-ID: <1410902175.3951.28.camel@chaos.site> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Don't include when the driver does not use anything from this header file. Signed-off-by: Jean Delvare Cc: Chanwoo Choi Cc: MyungJoo Ham --- drivers/extcon/extcon-sm5502.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/extcon/extcon-sm5502.c +++ b/drivers/extcon/extcon-sm5502.c @@ -17,7 +17,6 @@ #include #include -#include #include #include #include -- Jean Delvare SUSE L3 Support