of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.
authorDavid Daney <david.daney@cavium.com>
Tue, 22 May 2012 22:47:19 +0000 (15:47 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 15 Dec 2012 00:49:35 +0000 (00:49 +0000)
commitcb71941a682270dd5164d1332900694d19caa5e1
tree20964fd5de0ccda5cff4cf6e5a0057d5f4bb29d1
parent7d859ff4937a22aabc0d3f352d1f515fb8b38528
of/spi: Fix SPI module loading by using proper "spi:" modalias prefixes.

To get modprobe to automatically load the proper modules, we need to
prefix things with "spi:".  Partially based on Grant Likely's suggestions.

Signed-off-by: David Daney <david.daney@cavium.com>
[grant.likely: reworked because drivers/of/of_spi.c has been removed]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi.c