From 65b4021ed67622b675b431fc2f3633b2af8cea6d Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Thu, 23 Jan 2014 15:14:55 +0100 Subject: [PATCH] fbdev: efifb: add dev->remove() callback If x86-sysfb platform-devices are removed from a system, we should properly unload efifb. Otherwise, we end up releasing the parent while our efi framebuffer is still running. This currently works just fine, but will cause problems on handover to real hw. So add the ->remove() callback and unregister efifb. Signed-off-by: David Herrmann Signed-off-by: Tomi Valkeinen --- Reading git-format-patch failed