aboutsummaryrefslogtreecommitdiff
path: root/lem1802.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-05-09 01:34:43 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-05-09 01:34:43 +0000
commitdc948f592ad4dd37f0349c4faa12e30eb00aa158 (patch)
treeefb9642bccf901808e68a68920495fffea40e0b1 /lem1802.c
parentd94d595fd7c7817dae2887285a3c3d47fba6a765 (diff)
improve prog dump, move hardware registration out of device module
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;
-}