diff options
| -rw-r--r-- | sys/dev/pci/pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 0ef7dd1a0dd8..4a76443c27a5 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -63,7 +63,6 @@ __FBSDID("$FreeBSD$"); #if (defined(__i386__) && !defined(PC98)) || defined(__amd64__) || \ defined (__ia64__) #include <contrib/dev/acpica/acpi.h> -#include <dev/acpica/acpivar.h> #include "acpi_if.h" #else #define ACPI_PWR_FOR_SLEEP(x, y, z) @@ -1919,7 +1918,7 @@ pci_cfg_save(device_t dev, struct pci_devinfo *dinfo, int setstate) /* * Some drivers apparently write to these registers w/o updating our - * cahced copy. No harm happens if we update the copy, so do so here + * cached copy. No harm happens if we update the copy, so do so here * so we can restore them. The COMMAND register is modified by the * bus w/o updating the cache. This should represent the normally * writable portion of the 'defined' part of type 0 headers. In |
