Skip to content

Commit fa7ff13

Browse files
behlendorfrobn
authored andcommitted
zfs_context: remove duplicate includes
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com>
1 parent a9fc0c3 commit fa7ff13

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

include/sys/zfs_context.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ extern "C" {
127127
#include <sys/systm.h>
128128
#include <sys/misc.h>
129129
#include <sys/random.h>
130-
#include <sys/callb.h>
131-
#include <sys/trace.h>
132130

133131
#include <sys/zfs_context_os.h>
134132

scripts/spdxcheck.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
include/os/freebsd/spl/sys/inttypes.h
125125
include/os/freebsd/spl/sys/mode.h
126126
include/os/freebsd/spl/sys/trace.h
127-
include/os/freebsd/spl/sys/trace_zfs.h
127+
include/os/freebsd/zfs/sys/trace_zfs.h
128128
include/os/freebsd/zfs/sys/zpl.h
129129
include/os/linux/kernel/linux/page_compat.h
130130
lib/libspl/include/sys/string.h

0 commit comments

Comments
 (0)