Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757460AbbDPNLx (ORCPT ); Thu, 16 Apr 2015 09:11:53 -0400 Received: from m12-17.163.com ([220.181.12.17]:60243 "EHLO m12-17.163.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757426AbbDPNLa (ORCPT ); Thu, 16 Apr 2015 09:11:30 -0400 X-Coremail-DSSMTP: 49.77.26.90 From: weiyj_lk@163.com To: Corey Minyard Cc: Wei Yongjun , openipmi-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: [PATCH -next] ipmi: Remove unused including Date: Thu, 16 Apr 2015 21:09:53 +0800 Message-Id: <1429189793-23996-1-git-send-email-weiyj_lk@163.com> X-Mailer: git-send-email 2.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CM-TRANSID: EcCowAC3zBGhtC9VeAEoAA--.85S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVGQDUUUUU X-Originating-IP: [49.77.26.90] X-CM-SenderInfo: pzhl5yxbonqiywtou0bp/1tbiGQLd1lEASSClVgAAsb Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 827 Lines: 27 From: Wei Yongjun Remove including that don't need it. Signed-off-by: Wei Yongjun --- drivers/char/ipmi/ipmi_ssif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c index 40ae7f2..cdcde23 100644 --- a/drivers/char/ipmi/ipmi_ssif.c +++ b/drivers/char/ipmi/ipmi_ssif.c @@ -31,7 +31,6 @@ * interface into the I2C driver, I believe. */ -#include #if defined(MODVERSIONS) #include #endif -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/