[PATCH] Char: mxser_new, pci probing
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:38:33 +0000 (02:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:54 +0000 (08:28 -0800)
commit2094e757afb9ecf2daf433e54e02b61f99bf487f
treecb80468f26a164fa467c2abca24147eced6b8c0b
parent5dbda701fe9eba7a36205326c4a3e72a8206d576
[PATCH] Char: mxser_new, pci probing

Finally, the intention of the patch serie: PCI probing for this driver.  add
pci_driver structure, (un)register it and add some stuff, which this needs.
Remove pdev pointer from board structure, because it's no longer needed.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/mxser_new.c