commit | bb8b26627267a82c49f47fc52a0785f079a7b063 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@MIT.EDU> | Thu May 26 10:13:34 2011 -0400 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Jun 02 17:18:07 2011 +0900 |
tree | bb1559a35d5417a6dd08790b50ba8a99bdc90f68 | |
parent | da0241f12bf785f74e57ad6d67abdf269216f76b [diff] |
efifb: Disallow manual bind and unbind Both were buggy: bind would happily scribble over a real graphics device and unbind wouldn't destroy the framebuffer. Hotplugging efifb makes no sense anyway, so just disable it. As an added benefit, we save some runtime memory. Signed-off-by: Andy Lutomirski <luto@mit.edu> Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>