Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757455AbXJ0Skz (ORCPT ); Sat, 27 Oct 2007 14:40:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751542AbXJ0Sks (ORCPT ); Sat, 27 Oct 2007 14:40:48 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:48455 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbXJ0Sks (ORCPT ); Sat, 27 Oct 2007 14:40:48 -0400 Date: Sat, 27 Oct 2007 19:40:46 +0100 From: Al Viro To: Linus Torvalds Cc: axboe@kernel.dk, linux-kernel@vger.kernel.org Subject: [PATCH] scatterlist fallout: mmc Message-ID: <20071027184046.GP8181@ftp.linux.org.uk> 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: 855 Lines: 29 #include is an odd thing to do... Signed-off-by: Al Viro --- drivers/mmc/host/au1xmmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c index b2104d4..c3926eb 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include -- 1.5.3.GIT - 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/