Commit d3c122f7 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] misc_register-014

From:  Michael Still <mikal@stillhq.com>
parent 3d1a4e89
...@@ -349,9 +349,7 @@ static struct miscdevice ds1286_dev= ...@@ -349,9 +349,7 @@ static struct miscdevice ds1286_dev=
int __init ds1286_init(void) int __init ds1286_init(void)
{ {
printk(KERN_INFO "DS1286 Real Time Clock Driver v%s\n", DS1286_VERSION); printk(KERN_INFO "DS1286 Real Time Clock Driver v%s\n", DS1286_VERSION);
misc_register(&ds1286_dev); return misc_register(&ds1286_dev);
return 0;
} }
static char *days[] = { static char *days[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment