]> git.baikalelectronics.ru Git - kernel.git/commit
Fix compile of tmscsim SCSI driver
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 5 May 2007 21:23:40 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 5 May 2007 21:23:40 +0000 (14:23 -0700)
commite3a159c574d33e9750e82d4ae0322a7a0e50a2b6
tree0e0b07e24e30b8ff7db668034c1d9596764bd7d1
parenta401b55912965d24ca9efc64eb95d5aa86117d28
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>
drivers/scsi/tmscsim.c