Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272121AbTG1CnM (ORCPT ); Sun, 27 Jul 2003 22:43:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272315AbTG1CnM (ORCPT ); Sun, 27 Jul 2003 22:43:12 -0400 Received: from [129.187.202.12] ([129.187.202.12]:18939 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id S272121AbTG1CnK (ORCPT ); Sun, 27 Jul 2003 22:43:10 -0400 Date: Mon, 28 Jul 2003 04:58:12 +0200 From: Adrian Bunk To: dm@uk.sistina.com Cc: linux-lvm@sistina.com, linux-kernel@vger.kernel.org, trivial@rustcorp.com.au Subject: [2.6 patch] remove #include blk.h in dm-ioctl-v{1,4}.c Message-ID: <20030728025811.GI22218@fs.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1133 Lines: 32 The patch below removed two #include's of the obsolete blk.h. I've tested the compilation with 2.6.0-test2. Please apply Adrian --- linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v1.c.tmp 2003-07-28 04:50:45.000000000 +0200 +++ linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v1.c 2003-07-28 04:51:13.000000000 +0200 @@ -12,7 +12,6 @@ #include #include #include -#include #include #include --- linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v4.c.tmp 2003-07-28 04:51:20.000000000 +0200 +++ linux-2.6.0-test2-full-no-smp/drivers/md/dm-ioctl-v4.c 2003-07-28 04:51:30.000000000 +0200 @@ -11,7 +11,6 @@ #include #include #include -#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/