summaryrefslogtreecommitdiffstats
path: root/sys/dev/ieee488
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-02-10 12:08:55 +0000
committerphk <phk@FreeBSD.org>2005-02-10 12:08:55 +0000
commit590bf5ec9c43f008c5109e259be68f117ff2f405 (patch)
tree535632db5a2816f19919686bf4ff70023a051d0b /sys/dev/ieee488
parent164cc554c1d8e533e782e150d055be742c531677 (diff)
downloadFreeBSD-src-590bf5ec9c43f008c5109e259be68f117ff2f405.zip
FreeBSD-src-590bf5ec9c43f008c5109e259be68f117ff2f405.tar.gz
Statification
Diffstat (limited to 'sys/dev/ieee488')
-rw-r--r--sys/dev/ieee488/upd7210.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c
index 4a1c8524..81e21d9 100644
--- a/sys/dev/ieee488/upd7210.c
+++ b/sys/dev/ieee488/upd7210.c
@@ -52,7 +52,7 @@ __FBSDID("$FreeBSD$");
#include <dev/ieee488/upd7210.h>
#include <dev/ieee488/ugpib.h>
-MALLOC_DEFINE(M_GPIB, "GPIB", "GPIB");
+static MALLOC_DEFINE(M_GPIB, "GPIB", "GPIB");
/* upd7210 generic stuff */
@@ -277,7 +277,7 @@ gpib_l_read(struct cdev *dev, struct uio *uio, int ioflag)
return (error);
}
-struct cdevsw gpib_l_cdevsw = {
+static struct cdevsw gpib_l_cdevsw = {
.d_version = D_VERSION,
.d_name = "gpib_l",
.d_open = gpib_l_open,
@@ -996,7 +996,7 @@ gpib_ib_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thre
return (error);
}
-struct cdevsw gpib_ib_cdevsw = {
+static struct cdevsw gpib_ib_cdevsw = {
.d_version = D_VERSION,
.d_name = "gpib_ib",
.d_open = gpib_ib_open,
OpenPOWER on IntegriCloud