From: Greg Kroah-Hartman Date: Sun, 22 Jan 2012 21:31:15 +0000 (-0700) Subject: driver core: remove drivers/base/sys.c and include/linux/sysdev.h X-Git-Tag: v3.3-rc2~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c688a3272fd4b659228f3880de8109a94540e2;p=pandora-kernel.git driver core: remove drivers/base/sys.c and include/linux/sysdev.h Now that all users of 'struct sysdev' are removed from the kernel, we can safely remove the .h and .c files for this code, to ensure that no one accidentally starts to use it again. Many thanks for Kay who did all the hard work here on making this happen. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed