From: Pavel M. <pa...@uc...> - 2009-11-12 16:29:15
|
On Tue 2009-11-03 16:17:33, Andrew Morton wrote: > On Thu, 22 Oct 2009 10:56:39 +0200 > Pavel Machek <pa...@uc...> 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 |