From: Akinobu Mita Date: Sun, 19 Aug 2007 07:51:14 +0000 (+0900) Subject: sysdev: remove global sysdev drivers list X-Git-Tag: v2.6.24-rc1~1394^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b760a825fae65629fb04b1deeab68c6bef5c50;p=pandora-kernel.git 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 Cc: Tejun Heo Acked-by: Cornelia Huck Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed