From dc948f592ad4dd37f0349c4faa12e30eb00aa158 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 9 May 2012 01:34:43 +0000 Subject: improve prog dump, move hardware registration out of device module --- lem1802.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lem1802.c') 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; -} -- cgit v1.2.3