commit | 886a0768affe9a32f18c45f8e1393bca9ece5392 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat May 05 14:23:40 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat May 05 14:23:40 2007 -0700 |
tree | 0e0b07e24e30b8ff7db668034c1d9596764bd7d1 | |
parent | 989485c190cc6a64e5a21d98ef2d752df1db8c27 [diff] |
Fix compile of tmscsim SCSI driver It still used the long-deprecated "pci_module_init()" interface, rather than the proper "pci_register_driver()" one. [ I don't have the hardware, and I doubt many do, but the fix is trivial and obvious, and can't be worse than not compiling ] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>