commit | 2e5155ecbb729d3a2e7d1cea7c18493516fec55a | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Fri Aug 02 14:05:25 2013 +0200 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Fri Aug 02 16:17:49 2013 -0700 |
tree | a608024b297cfb14ea4713fb409d9119dc454e68 | |
parent | 9a6a36d19c9d24479300511e23933876a4a9cf82 [diff] |
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>