]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: vesafb: bind to platform-framebuffer device
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 2 Aug 2013 12:05:25 +0000 (14:05 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Aug 2013 23:17:49 +0000 (16:17 -0700)
commit82aa09ad572cd7c7fa698b767f78731a6247e224
treea608024b297cfb14ea4713fb409d9119dc454e68
parent98d42c14b64b7a2487d8da60a2351904080fb08a
fbdev: vesafb: bind to platform-framebuffer device

x86 creates platform-framebuffer platform devices for every system
framebuffer. Use these instead of creating a dummy device.

This requires us to remove the __init annotations as hotplugging may occur
during runtime.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Link: http://lkml.kernel.org/r/1375445127-15480-7-git-send-email-dh.herrmann@gmail.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
drivers/video/vesafb.c