]> git.baikalelectronics.ru Git - kernel.git/commit
fb: mmp: include linux/platform_device.h
authorArnd Bergmann <arnd@arndb.de>
Fri, 22 Feb 2013 00:42:14 +0000 (16:42 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:17 +0000 (17:22 -0800)
commit4adb35816f18a4dee6c686f36e16ba9c4ba39b11
tree1e90e68d3ec094e9acd14dfbaee8a7cdebf41ad2
parent3591889fb52c6166cf05712058da183ee467063c
fb: mmp: include linux/platform_device.h

Commit dfe8de7661d5 ("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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/mmp/fb/mmpfb.c