Re: [PATCH 1/2] MMC / TMIO: Fix build issue related to structscatterlist

From: Guennadi Liakhovetski
Date: Thu Jul 28 2011 - 16:09:54 EST


On Wed, 27 Jul 2011, Rafael J. Wysocki wrote:

> On Wednesday, July 27, 2011, Guennadi Liakhovetski wrote:
> > (added MMC maintainer to CC:)
> >
> > On Tue, 26 Jul 2011, Rafael J. Wysocki wrote:
> >
> > > From: Rafael J. Wysocki <rjw@xxxxxxx>
> > >
> > > Fix build issue caused by undefined struct scatterlist in
> > > drivers/mmc/host/tmio_mmc.c.
> > >
> > > Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx>
> >
> > 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),
>
> I'm not sure what you mean exactly (perhaps it's too late).

I mean, that the headers are atm sorted alphabetically and should remain
so, therefore you should add the new header one line higher. As for
compile failure or not: I haven't seen any compile failures myself, but
the patch is academically correct, because structs, declared in tmio_mmc.h
embed struct scatterlist, therefore the header has to be included in that
header too.

Thanks
Guennadi
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/