[PATCH] Char: istallion, convert to pci probing
authorJiri Slaby <jirislaby@gmail.com>
Fri, 8 Dec 2006 10:39:17 +0000 (02:39 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:59 +0000 (08:28 -0800)
commit845bead4c3f2a65d2c25f0cb2fe82444b9057cbc
treef5c6a9a7569a7bbceafed6b023d4fbdb18fb77ff
parentaeaccfe42510d2c009a2c36452d220a5f4a0363e
[PATCH] Char: istallion, convert to pci probing

Use probing for pci devices.  Change some __inits to __devinits to use these
functions in probe function.  Create stli_cleanup_ports and move there cleanup
code from module_exit() code to not have duplicite cleanup code.

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/istallion.c