From 7d5b640dfa19a9d55bb5c9dd34f607200cb199c3 Mon Sep 17 00:00:00 2001 From: Jens Frederich Date: Sat, 17 Aug 2013 16:20:29 +0200 Subject: [PATCH] Staging: olpc_dcon: Already completed TODO entry removed The TODO entry - drop global variables, use a proper olpc_dcon_priv struct - is already finished. The driver has no global variables. It uses the private structure 'dcon_priv'. Signed-off-by: Jens Frederich Signed-off-by: Greg Kroah-Hartman --- drivers/staging/olpc_dcon/TODO | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO index 901b891..8853991 100644 --- a/drivers/staging/olpc_dcon/TODO +++ b/drivers/staging/olpc_dcon/TODO @@ -3,7 +3,6 @@ TODO: share more code - allow simultaneous XO-1 and XO-1.5 support - console event notifier support - - drop global variables, use a proper olpc_dcon_priv struct - audit code for unnecessary code; old unsupported prototype workarounds, ancient variables (noaa?), etc - verify sane i2c API usage, update to new stuff if necessary -- 2.7.4