From: Linus Torvalds Date: Sat, 5 May 2007 21:23:40 +0000 (-0700) Subject: Fix compile of tmscsim SCSI driver X-Git-Tag: v2.6.22-rc1~1012 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=886a0768affe9a32f18c45f8e1393bca9ece5392;p=pandora-kernel.git 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 --- Reading git-diff-tree failed