Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753908Ab2FCQ0g (ORCPT ); Sun, 3 Jun 2012 12:26:36 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:34502 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753477Ab2FCQ0f (ORCPT ); Sun, 3 Jun 2012 12:26:35 -0400 From: Sachin Kamat To: linux-kernel@vger.kernel.org Cc: axboe@kernel.dk, asamymuthupa@micron.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] mtip32xx: Remove version.h header file inclusion Date: Sun, 3 Jun 2012 21:56:21 +0530 Message-Id: <1338740781-10918-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 27 version.h header file inclusion is no longer required. Signed-off-by: Sachin Kamat --- drivers/block/mtip32xx/mtip32xx.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/block/mtip32xx/mtip32xx.h b/drivers/block/mtip32xx/mtip32xx.h index b2c88da..adb1aae 100644 --- a/drivers/block/mtip32xx/mtip32xx.h +++ b/drivers/block/mtip32xx/mtip32xx.h @@ -26,7 +26,6 @@ #include #include #include -#include /* Offset of Subsystem Device ID in pci confoguration space */ #define PCI_SUBSYSTEM_DEVICEID 0x2E -- 1.7.5.4 -- 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/