diff options
author | Jens Frederich <jfrederich@gmail.com> | 2013-08-17 16:20:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-19 15:29:23 -0700 |
commit | 7d5b640dfa19a9d55bb5c9dd34f607200cb199c3 (patch) | |
tree | 3fd062fe1cb5e3e9a6ef54f6019a37bbced6934f /drivers | |
parent | 9467d11b0d419ed9d4a5408ddb79d16d2f38b9fa (diff) |
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 <jfrederich@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/olpc_dcon/TODO | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/olpc_dcon/TODO b/drivers/staging/olpc_dcon/TODO index 901b891d38b2..885399196de2 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 |