driver core: remove drivers/base/sys.c and include/linux/sysdev.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 22 Jan 2012 21:31:15 +0000 (14:31 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 22 Jan 2012 21:31:15 +0000 (14:31 -0700)
commite9c688a3272fd4b659228f3880de8109a94540e2
treec295a2db56a079a0f37703f186b44e57e1453527
parentdcd6c92267155e70a94b3927bce681ce74b80d1f
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 <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/Makefile
drivers/base/sys.c [deleted file]
include/linux/sysdev.h [deleted file]