Skip to content

Commit

Permalink
driver core: remove drivers/base/sys.c and include/linux/sysdev.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Jan 22, 2012
1 parent dcd6c92 commit e9c688a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 548 deletions.
2 changes: 1 addition & 1 deletion drivers/base/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Makefile for the Linux device tree

obj-y := core.o sys.o bus.o dd.o syscore.o \
obj-y := core.o bus.o dd.o syscore.o \
driver.o class.o platform.o \
cpu.o firmware.o init.o map.o devres.o \
attribute_container.o transport_class.o \
Expand Down
383 changes: 0 additions & 383 deletions drivers/base/sys.c

This file was deleted.

Loading

0 comments on commit e9c688a

Please sign in to comment.