diff options
author | njl <njl@FreeBSD.org> | 2004-05-06 02:18:58 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-05-06 02:18:58 +0000 |
commit | 3d06d54b9db97b123021d64a12114bae36b0ba34 (patch) | |
tree | a600eb345bb061c03cc29102801fb73fbdbb7d5c /sys/dev/acpica/acpi_acad.c | |
parent | acc9e8e0229b8dac81acaa5690d2402389aab9f4 (diff) | |
download | FreeBSD-src-3d06d54b9db97b123021d64a12114bae36b0ba34.zip FreeBSD-src-3d06d54b9db97b123021d64a12114bae36b0ba34.tar.gz |
Make unnecessary globals static and remove unused includes.
Pointed out by: cscout
Diffstat (limited to 'sys/dev/acpica/acpi_acad.c')
-rw-r--r-- | sys/dev/acpica/acpi_acad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c index 20a1fe5..af22286 100644 --- a/sys/dev/acpica/acpi_acad.c +++ b/sys/dev/acpica/acpi_acad.c @@ -32,7 +32,6 @@ #include <sys/bus.h> #include <machine/bus.h> -#include <machine/resource.h> #include <sys/rman.h> #include <sys/ioccom.h> #include <sys/malloc.h> |