Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753883AbbHRRq1 (ORCPT ); Tue, 18 Aug 2015 13:46:27 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:36567 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954AbbHRRq0 (ORCPT ); Tue, 18 Aug 2015 13:46:26 -0400 From: Aparna Karuthodi To: kdasaparna@gmail.com Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, alan@linux.intel.com, devel@driverdev.osuosl.org Subject: [PATCH] staging: i2o: Used Date: Tue, 18 Aug 2015 23:16:46 +0530 Message-Id: <1439920006-6910-1-git-send-email-kdasaparna@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1043 Lines: 33 Used #include instead of #include to remove a coding style warning detected by checkpatch. The warning is given below: drivers/staging/i2o/config-osm.c:22: WARNING: Use #include instead of Signed-off-by: Aparna Karuthodi --- drivers/staging/i2o/config-osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/i2o/config-osm.c b/drivers/staging/i2o/config-osm.c index 519f52f..45091ac 100644 --- a/drivers/staging/i2o/config-osm.c +++ b/drivers/staging/i2o/config-osm.c @@ -19,7 +19,7 @@ #include #include -#include +#include #define OSM_NAME "config-osm" #define OSM_VERSION "1.323" -- 1.7.9.5 -- 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/