blob: 861ae136b604cb1df9fc5ac33cbed6bb07f7cd42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- wmhm.c.orig Sun Jul 22 06:04:31 2001
+++ wmhm.c Mon Aug 1 14:51:21 2005
@@ -50,7 +50,7 @@
#include <machine/cpufunc.h>
#ifdef HAVE_SMBUS
-#include <machine/smb.h>
+#include <dev/smbus/smb.h>
int SMBUS = 1;
#else
int SMBUS = 0;
|