]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: scsi: Drop scsi_init() when driver model is used
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jun 2017 03:28:47 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit7337fcd8c0aeee0a90eb2e986bde5eb7177b8552
treedea211ece499e6861bf3cc5f484515cf39e506e6
parent681357ffd9fe4528d020a878ef6ee61f519d8d85
dm: scsi: Drop scsi_init() when driver model is used

This function should not be used with driver model. Update the code to
reflect this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/scsi/scsi.c