summaryrefslogtreecommitdiff
path: root/sys/dev/smbus
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-02-21 19:42:58 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-02-21 19:42:58 +0000
commitc9c7976f7ffdd0ed81e12d8930651a9a858defa1 (patch)
treec4705f5f800de96d25d8356b2711c664dabcd41e /sys/dev/smbus
parent7563a29b8566c3c862a995022e62a54b6c3faa6b (diff)
Notes
Diffstat (limited to 'sys/dev/smbus')
-rw-r--r--sys/dev/smbus/smb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c
index b7cfff991afc..280bda52da49 100644
--- a/sys/dev/smbus/smb.c
+++ b/sys/dev/smbus/smb.c
@@ -87,7 +87,6 @@ static d_write_t smbwrite;
static d_read_t smbread;
static d_ioctl_t smbioctl;
-#define CDEV_MAJOR 106
static struct cdevsw smb_cdevsw = {
.d_open = smbopen,
.d_close = smbclose,
@@ -95,7 +94,6 @@ static struct cdevsw smb_cdevsw = {
.d_write = smbwrite,
.d_ioctl = smbioctl,
.d_name = "smb",
- .d_maj = CDEV_MAJOR,
};
static void