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
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ gpio_probe(struct platform_device *dev)
|
|||
}
|
||||
|
||||
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue