summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:02 -0600
committerMatt Smith <mgsmith@netgate.com>2015-11-18 10:33:02 -0600
commita79fef75fc2cbd928b85ddb9aaa4034e2794d233 (patch)
tree135bad024afb33108de0c25aeaf3dadf1f2190d5
parent2b4a207180f37dd6236d8ddab734d82d71dace07 (diff)
downloadFreeBSD-src-a79fef75fc2cbd928b85ddb9aaa4034e2794d233.zip
FreeBSD-src-a79fef75fc2cbd928b85ddb9aaa4034e2794d233.tar.gz
Importing pfSense patch amdtemp.tgz
-rw-r--r--sys/dev/amdtemp/amdtemp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c
index 48a4c1d..7bd70cc 100644
--- a/sys/dev/amdtemp/amdtemp.c
+++ b/sys/dev/amdtemp/amdtemp.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <machine/specialreg.h>
#include <dev/pci/pcivar.h>
-#include <x86/pci_cfgreg.h>
+#include <machine/pci_cfgreg.h>
typedef enum {
CORE0_SENSOR0,
OpenPOWER on IntegriCloud