diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-12-06 15:00:32 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-12-06 15:00:32 +0000 |
commit | 5fc66956efebd334fb60bbad62d8cc175ef79d4f (patch) | |
tree | 05da77f783f5ed4f0d570b9b37f27b870d3e9303 | |
parent | 8eb81bd6ed7b141b3609dd99469a6e7cef06659e (diff) | |
download | illumos-joyent-5fc66956efebd334fb60bbad62d8cc175ef79d4f.tar.gz |
OS-5835 lint warnings after illumos#7586 was merged
-rw-r--r-- | usr/src/uts/common/brand/lx/procfs/lx_proc.h | 1 | ||||
-rw-r--r-- | usr/src/uts/common/brand/lx/procfs/lx_prsubr.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/brand/lx/procfs/lx_proc.h b/usr/src/uts/common/brand/lx/procfs/lx_proc.h index b4665a484a..67988e4aab 100644 --- a/usr/src/uts/common/brand/lx/procfs/lx_proc.h +++ b/usr/src/uts/common/brand/lx/procfs/lx_proc.h @@ -70,7 +70,6 @@ extern "C" { #include <sys/atomic.h> #include <sys/sunddi.h> #include <sys/sunldi.h> -#include <sys/zfs_ioctl.h> #include <sys/nvpair.h> #include <vm/as.h> #include <vm/anon.h> diff --git a/usr/src/uts/common/brand/lx/procfs/lx_prsubr.c b/usr/src/uts/common/brand/lx/procfs/lx_prsubr.c index 45ee361e26..25824af541 100644 --- a/usr/src/uts/common/brand/lx/procfs/lx_prsubr.c +++ b/usr/src/uts/common/brand/lx/procfs/lx_prsubr.c @@ -34,7 +34,6 @@ #include <sys/mman.h> #include <sys/vmsystm.h> #include <sys/prsystm.h> -#include <sys/zfs_ioctl.h> #include <sys/brand.h> #include <sys/lx_brand.h> |