Skip to content

Commit

Permalink
Remove sysevents
Browse files Browse the repository at this point in the history
These headers are provided in the ZFS repository and never used
by the SPL.  Remove them to ensure the right ones are included.

Reviewed-by: Tim Chase <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#696
  • Loading branch information
behlendorf authored Apr 4, 2018
1 parent 43983eb commit 581bc01
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 72 deletions.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ AC_CONFIG_FILES([
include/sys/Makefile
include/sys/fm/Makefile
include/sys/fs/Makefile
include/sys/sysevent/Makefile
include/util/Makefile
include/vm/Makefile
scripts/Makefile
Expand Down
3 changes: 1 addition & 2 deletions include/sys/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = fm fs sysevent
SUBDIRS = fm fs

COMMON_H =

Expand Down Expand Up @@ -77,7 +77,6 @@ KERNEL_H = \
$(top_srcdir)/include/sys/sunddi.h \
$(top_srcdir)/include/sys/sunldi.h \
$(top_srcdir)/include/sys/sysdc.h \
$(top_srcdir)/include/sys/sysevent.h \
$(top_srcdir)/include/sys/sysmacros.h \
$(top_srcdir)/include/sys/systeminfo.h \
$(top_srcdir)/include/sys/systm.h \
Expand Down
28 changes: 0 additions & 28 deletions include/sys/sysevent.h

This file was deleted.

13 changes: 0 additions & 13 deletions include/sys/sysevent/Makefile.am

This file was deleted.

28 changes: 0 additions & 28 deletions include/sys/sysevent/eventdefs.h

This file was deleted.

0 comments on commit 581bc01

Please sign in to comment.