[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.1107272236510.7435@axis700.grange>
Date: Wed, 27 Jul 2011 22:40:14 +0200 (CEST)
From: Guennadi Liakhovetski <g.liakhovetski@....de>
To: "Rafael J. Wysocki" <rjw@...k.pl>
cc: Linus Torvalds <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>, linux-sh@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...e.de>, linux-usb@...r.kernel.org,
linux-mmc@...r.kernel.org, Chris Ball <cjb@...top.org>
Subject: Re: [PATCH 1/2] MMC / TMIO: Fix build issue related to struct
scatterlist
(added MMC maintainer to CC:)
On Tue, 26 Jul 2011, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rjw@...k.pl>
>
> Fix build issue caused by undefined struct scatterlist in
> drivers/mmc/host/tmio_mmc.c.
>
> Signed-off-by: Rafael J. Wysocki <rjw@...k.pl>
A nitpick, if I may: sCatterlist comes before sPinlock in my versions of
most popular alphabets;-) Please, fix (or maybe Chris can fix it himself),
after which:
Acked-by: Guennadi Liakhovetski <g.liakhovetski@....de>
Thanks
Guennadi
> ---
> drivers/mmc/host/tmio_mmc.h | 1 +
> drivers/usb/renesas_usbhs/fifo.c | 1 +
> 2 files changed, 2 insertions(+)
>
> Index: linux-2.6/drivers/mmc/host/tmio_mmc.h
> ===================================================================
> --- linux-2.6.orig/drivers/mmc/host/tmio_mmc.h
> +++ linux-2.6/drivers/mmc/host/tmio_mmc.h
> @@ -21,6 +21,7 @@
> #include <linux/mutex.h>
> #include <linux/pagemap.h>
> #include <linux/spinlock.h>
> +#include <linux/scatterlist.h>
>
> /* Definitions for values the CTRL_SDIO_STATUS register can take. */
> #define TMIO_SDIO_STAT_IOIRQ 0x0001
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-usb" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists