diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-08-05 01:52:11 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-08-05 01:52:11 +0000 |
| commit | 6ee5cf50eee7185509874eced0df26b1b07969e5 (patch) | |
| tree | 2f2d41d5be3847d3633622d90c391767d07b2152 /sys/dev/nand | |
| parent | 713841afb2eb70491250d181f10318f03add42fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/nand')
| -rw-r--r-- | sys/dev/nand/nfc_rb.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/nand/nfc_rb.c b/sys/dev/nand/nfc_rb.c index 20a4026304e8..8c0f08a8b281 100644 --- a/sys/dev/nand/nfc_rb.c +++ b/sys/dev/nand/nfc_rb.c @@ -31,16 +31,12 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/bus.h> -#include <sys/conf.h> #include <sys/kernel.h> #include <sys/module.h> #include <sys/malloc.h> #include <sys/rman.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/time.h> +#include <sys/slicer.h> #include <machine/bus.h> |
