[Cardman 40x0] Fix udev device creation
authorHarald Welte <laforge@gnumonks.org>
Wed, 10 May 2006 11:28:52 +0000 (13:28 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 10 May 2006 20:46:02 +0000 (13:46 -0700)
This patch corrects the order of the calls to register_chrdev() and
pcmcia_register_driver().  Now udev correctly creates userspace device
files /dev/cmmN and /dev/cmxN respectively.

Based on an earlier patch by Jan Niehusmann <jan@gondor.com>.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found