Staging: ipack: delete sysfs from to-do list.

As we have already got rid of sysfs files in the tpci200 driver, it is needed
to delete that mention in the TODO file.

Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Samuel Iglesias Gonsalvez 2012-06-12 11:37:46 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 383b7fc2dc
Коммит 7a2ea600fc
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -15,10 +15,6 @@ TODO
TPCI-200 TPCI-200
-------- --------
* It receives the name of the mezzanine plugged in each slot by SYSFS.
No autodetection supported yet, because the mezzanine driver could not be
loaded at the time that the tpci200 driver loads.
* It has a linked list with the tpci200 devices it is managing. Get rid of it * It has a linked list with the tpci200 devices it is managing. Get rid of it
and use driver_for_each_device() instead. and use driver_for_each_device() instead.