sysdev: remove global sysdev drivers list
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 19 Aug 2007 07:51:14 +0000 (16:51 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:51:07 +0000 (14:51 -0700)
commit44b760a825fae65629fb04b1deeab68c6bef5c50
treeab443565d4727ccc52c5d781399bebdbba5d3ac2
parenta93720eeb4b3bedc1fe15e4b6ca364e6be577d20
sysdev: remove global sysdev drivers list

No one uses sysdev_drivers. Because no one calls sysdev_driver_register
with NULL class.

And it is difficult to imagine that someone want to implement a global
sysdev driver which is called with all sys_device on any kind of
sysdev_class.

So this patch removes global sysdev_drivers list and update comments
for this change.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Tejun Heo <htejun@gmail.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/sys.c