summaryrefslogtreecommitdiffstats
path: root/sys/dev/smbus
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-08-10 07:10:02 +0000
committerobrien <obrien@FreeBSD.org>2005-08-10 07:10:02 +0000
commitd5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e (patch)
tree49fbc5f020a8da2fa5cf922f39cf93bcb6756dd2 /sys/dev/smbus
parent10886230c53539a656a717ab29490a1c70d2d067 (diff)
downloadFreeBSD-src-d5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e.zip
FreeBSD-src-d5d343a0fd32ccf4d1ac54fbf4e20d7373d6835e.tar.gz
Remove public declarations of variables that were forgotten when they were
made static.
Diffstat (limited to 'sys/dev/smbus')
-rw-r--r--sys/dev/smbus/smbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/smbus/smbus.h b/sys/dev/smbus/smbus.h
index 9f96b9d..cd84cc8 100644
--- a/sys/dev/smbus/smbus.h
+++ b/sys/dev/smbus/smbus.h
@@ -34,8 +34,6 @@ struct smbus_softc {
device_t owner; /* smbus owner device structure */
};
-extern devclass_t smbus_devclass;
-
extern void smbus_generic_intr(device_t dev, u_char devaddr, char low, char high);
#endif
OpenPOWER on IntegriCloud