mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
2.6.26: oops, fix gpio_dev (commited a wrong file in [11333])
SVN-Revision: 11334
This commit is contained in:
parent
bbe724019f
commit
10c3ea71bb
@ -142,7 +142,7 @@ gpio_probe(struct platform_device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
gpio_class = class_create(THIS_MODULE, DEVNAME);
|
gpio_class = class_create(THIS_MODULE, DEVNAME);
|
||||||
device_create(gpio_class, NULL, MKDEV(dev_major, 0), NULL, DEVNAME);
|
device_create(gpio_class, NULL, MKDEV(dev_major, 0), DEVNAME);
|
||||||
|
|
||||||
printk(KERN_INFO DRVNAME ": gpio device registered with major %d\n", dev_major);
|
printk(KERN_INFO DRVNAME ": gpio device registered with major %d\n", dev_major);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user