Re: fb: mmp: include linux/platform_device.h

2013-02-17 Thread Haojian Zhuang
On Fri, Feb 15, 2013 at 10:16 PM, Arnd Bergmann wrote: > Patch 16559ae "kgdb: remove #include from kgdb.h" > changes the kgdb.h file so that drivers including it do not implicitly > include linux/platform_device.h. The mmp framebuffer driver is new, > so Greg did not have a chance to fix it up

Re: fb: mmp: include linux/platform_device.h

2013-02-17 Thread Haojian Zhuang
On Fri, Feb 15, 2013 at 10:16 PM, Arnd Bergmann a...@arndb.de wrote: Patch 16559ae kgdb: remove #include linux/serial_8250.h from kgdb.h changes the kgdb.h file so that drivers including it do not implicitly include linux/platform_device.h. The mmp framebuffer driver is new, so Greg did not

fb: mmp: include linux/platform_device.h

2013-02-15 Thread Arnd Bergmann
Patch 16559ae "kgdb: remove #include from kgdb.h" changes the kgdb.h file so that drivers including it do not implicitly include linux/platform_device.h. The mmp framebuffer driver is new, so Greg did not have a chance to fix it up when introducing his change. Signed-off-by: Arnd Bergmann ---

fb: mmp: include linux/platform_device.h

2013-02-15 Thread Arnd Bergmann
Patch 16559ae kgdb: remove #include linux/serial_8250.h from kgdb.h changes the kgdb.h file so that drivers including it do not implicitly include linux/platform_device.h. The mmp framebuffer driver is new, so Greg did not have a chance to fix it up when introducing his change. Signed-off-by: