commit | 87c8b8b3466b7e5977701b59dc92a1b9537a46e0 | [log] [tgz] |
---|---|---|
author | Aaro Koskinen <aaro.koskinen@iki.fi> | Mon Aug 29 23:14:20 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 06 11:41:20 2011 -0700 |
tree | 4b815ea03b369c85c4298fbfca0c56b89acaff9a | |
parent | 20fc30b9412013f96005e5d8de6af6c555d6650f [diff] |
staging: xgifb: delete "off" option handling It's possible to disable the built-in xgifb driver with the kernel command line option: video=xgifb:off This is already handled by the generic framebuffer layer (fb_get_options() will return TRUE resulting in init failure), so no need to process the option in the driver. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>