Re: drivers/video/msm: update to new kernel

From: Pavel Machek
Date: Thu Nov 12 2009 - 11:55:14 EST


On Tue 2009-11-03 16:17:33, Andrew Morton wrote:
> On Thu, 22 Oct 2009 10:56:39 +0200
> Pavel Machek <pavel@xxxxxx> wrote:
>
> > TASK_INTERRUPTIBLE and friends are now only available after including
> > <linux/sched.h>, so include it when needed.
> >
> > bus_id is no longer available/neccessary, so remove that.
> >
> > Android pmem driver is not available in mainline, so remove its hooks
> > from drivers/video.
> >
>
> What is the impact of these changes?
>
> #2 looks like it's a build fix. #3 looks like it isn't a build fix.
> #1 is a mystery.

Well, it now compiles. #1... I guess something changed in arm headers
and explicit include of <linux/sched.h> became neccessary. #3 not all
usages of pmem were protected with #ifdef ...PMEM, breaking
compilation. And as PMEM is not in mainline, it seemed right to just
remove it.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
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/