aboutsummaryrefslogtreecommitdiff
path: root/lem1802.c
diff options
context:
space:
mode:
Diffstat (limited to 'lem1802.c')
-rw-r--r--lem1802.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lem1802.c b/lem1802.c
index 55dd492..6036269 100644
--- a/lem1802.c
+++ b/lem1802.c
@@ -46,14 +46,3 @@ lem(struct context *c)
break;
}
}
-
-void
-register_lem(struct context *c)
-{
- struct device *d = &c->dev[++c->ndev];
-
- d->id = 0x7349f615;
- d->version = 0x1802;
- d->manu = 0x1c6c8b36;
- d->cb = lem;
-}