Commit 7d5b640d authored by Jens Frederich's avatar Jens Frederich Committed by Greg Kroah-Hartman
Browse files

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: default avatarJens Frederich <jfrederich@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9467d11b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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