diff options
-rw-r--r-- | share/examples/lkm/misc/module/misccall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/examples/lkm/misc/module/misccall.c b/share/examples/lkm/misc/module/misccall.c index dd972c7..0de01ad 100644 --- a/share/examples/lkm/misc/module/misccall.c +++ b/share/examples/lkm/misc/module/misccall.c @@ -36,7 +36,6 @@ * */ #include <sys/param.h> -#include <sys/ioctl.h> #include <sys/systm.h> /* XXX this should be in a header. */ |