summaryrefslogtreecommitdiffstats
path: root/module/zfs
diff options
context:
space:
mode:
authorAllan Jude <[email protected]>2020-07-31 12:04:45 -0400
committerGitHub <[email protected]>2020-07-31 09:04:45 -0700
commiteabf270b2c5902967e04ad8b3c6eca381964f24c (patch)
tree48873be7f599ad89ac13c3bf5bff24713784d900 /module/zfs
parent4cf6f10714109902504156c0e02ee97a11a32cc1 (diff)
Remove duplicate include of sys/zfeature.h in dmu_objset.c
Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Allan Jude <[email protected]> Closes #10636
Diffstat (limited to 'module/zfs')
-rw-r--r--module/zfs/dmu_objset.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/zfs/dmu_objset.c b/module/zfs/dmu_objset.c
index 30be3c4f2..bf488384d 100644
--- a/module/zfs/dmu_objset.c
+++ b/module/zfs/dmu_objset.c
@@ -34,7 +34,6 @@
/* Portions Copyright 2010 Robert Milkowski */
-#include <sys/zfeature.h>
#include <sys/cred.h>
#include <sys/zfs_context.h>
#include <sys/dmu_objset.h>