aboutsummaryrefslogtreecommitdiff
path: root/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'clock.c')
-rw-r--r--clock.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/clock.c b/clock.c
index 15ae242..9813e50 100644
--- a/clock.c
+++ b/clock.c
@@ -37,14 +37,3 @@ clk(struct context *c)
break;
}
}
-
-void
-register_clk(struct context *c)
-{
- struct device *d = &c->dev[++c->ndev];
-
- d->id = 0x12d0b402;
- d->version = 0x1;
- d->manu = 0;
- d->cb = clk;
-}