]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fb: mmp: include linux/platform_device.h
authorArnd Bergmann <arnd@arndb.de>
Wed, 20 Feb 2013 02:13:38 +0000 (13:13 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:06 +0000 (16:52 +1100)
commit4d6f7ab53b145db2b3247d69b58bbe547abec2c1
tree63f26e7709e07655e4b81d695069465db57ecadc
parent44006ed78c0fb24e68edbcb7bbfbdb1edccb6056
fb: mmp: include linux/platform_device.h

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: Arnd Bergmann <arnd@arndb.de>
Cc: Zhou Zhu <zzhu3@marvell.com>
Cc: Lisa Du <cldu@marvell.com>
Cc: Guoqing Li <ligq@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/mmp/fb/mmpfb.c