Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756670AbYFXWH2 (ORCPT ); Tue, 24 Jun 2008 18:07:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754218AbYFXWHQ (ORCPT ); Tue, 24 Jun 2008 18:07:16 -0400 Received: from smtp5.pp.htv.fi ([213.243.153.39]:39377 "EHLO smtp5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751637AbYFXWHP (ORCPT ); Tue, 24 Jun 2008 18:07:15 -0400 Date: Wed, 25 Jun 2008 01:05:14 +0300 From: Adrian Bunk To: Bartlomiej Zolnierkiewicz Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, rmk@arm.linux.org.uk, Alan Cox Subject: [5/5] hd.c: remove the #include Message-ID: <20080624220514.GG18252@cs181140183.pp.htv.fi> References: <20080609222155.GA1987@cs181133002.pp.htv.fi> <200806101956.15711.bzolnier@gmail.com> <20080622101752.GG27069@cs181133002.pp.htv.fi> <200806221521.33506.bzolnier@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <200806221521.33506.bzolnier@gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 757 Lines: 23 The code that needed this #include was removed one year ago. Signed-off-by: Adrian Bunk --- 3aec5560128599a446f531ef18b32a21004884dc diff --git a/drivers/block/hd.c b/drivers/block/hd.c index 00b6956..682243b 100644 --- a/drivers/block/hd.c +++ b/drivers/block/hd.c @@ -37,7 +37,6 @@ #include #include #include -#include /* CMOS defines */ #include #include #include -- 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/