summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/iicbus.h
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/iicbus/iicbus.h
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/iicbus/iicbus.h')
-rw-r--r--sys/dev/iicbus/iicbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/iicbus/iicbus.h b/sys/dev/iicbus/iicbus.h
index 59bbaef..fcf758b 100644
--- a/sys/dev/iicbus/iicbus.h
+++ b/sys/dev/iicbus/iicbus.h
@@ -36,8 +36,6 @@ struct iicbus_softc {
* 0 if no start condition succeeded */
};
-extern devclass_t iicbus_devclass;
-
extern int iicbus_generic_intr(device_t dev, int event, char *buf);
#endif
OpenPOWER on IntegriCloud