Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261724AbUF3T4t (ORCPT ); Wed, 30 Jun 2004 15:56:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261857AbUF3T4t (ORCPT ); Wed, 30 Jun 2004 15:56:49 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.105]:53172 "EHLO e5.ny.us.ibm.com") by vger.kernel.org with ESMTP id S261724AbUF3T4k (ORCPT ); Wed, 30 Jun 2004 15:56:40 -0400 From: Kevin Corry To: Linus Torvalds , Andrew Morton Subject: [PATCH] 1/4: DM: kcopyd.c: Remove unused include Date: Wed, 30 Jun 2004 14:57:29 -0500 User-Agent: KMail/1.6.2 Cc: LKML References: <200406301452.16886.kevcorry@us.ibm.com> In-Reply-To: <200406301452.16886.kevcorry@us.ibm.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406301457.29695.kevcorry@us.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 666 Lines: 21 kcopyd.c: Remove unused #include. Signed-off-by: Kevin Corry --- diff/drivers/md/kcopyd.c 2004-06-30 08:45:34.513303448 -0500 +++ source/drivers/md/kcopyd.c 2004-06-30 08:48:15.384847256 -0500 @@ -24,9 +24,6 @@ #include "kcopyd.h" -/* FIXME: this is only needed for the DMERR macros */ -#include "dm.h" - static struct workqueue_struct *_kcopyd_wq; static struct work_struct _kcopyd_work; - 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/