diff options
Diffstat (limited to 'sys/compat/ndis/nbcompat.h')
| -rw-r--r-- | sys/compat/ndis/nbcompat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/ndis/nbcompat.h b/sys/compat/ndis/nbcompat.h index 94bb50c7d7b..4981b263a82 100644 --- a/sys/compat/ndis/nbcompat.h +++ b/sys/compat/ndis/nbcompat.h @@ -2,7 +2,7 @@ #define _NBCOMPAT_H_ #include <sys/systm.h> -#include <sys/lkm.h> +#include <sys/module.h> #include <sys/cdefs.h> #include <sys/queue.h> #include <sys/mutex.h> @@ -83,7 +83,6 @@ TAILQ_HEAD(sysctl_ctx_list, sysctl_ctx_entry); typedef vaddr_t vm_offset_t; typedef vsize_t vm_size_t; typedef uint16_t linker_file_t; -typedef struct lkm_table * module_t; /* Write our own versions of some FreeBSD functions */ struct ndis_resource; |
