commit | e0626e3844e8f430fc1a4417f523a00797df7ca6 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <[email protected]> | Tue Sep 22 16:46:08 2009 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Sep 23 07:39:43 2009 -0700 |
tree | 15e62abad725200b3c6ad2462f268c3df09ed711 | |
parent | 8cec03eee4a771f949c70cff07775c9bb21d4642 [diff] [blame] |
spi: prefix modalias with "spi:" This makes it consistent with other buses (platform, i2c, vio, ...). I'm not sure why we use the prefixes, but there must be a reason. This was easy enough to do it, and I did it. Signed-off-by: Anton Vorontsov <[email protected]> Cc: David Brownell <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Grant Likely <[email protected]> Cc: Jean Delvare <[email protected]> Cc: Ben Dooks <[email protected]> Cc: Benjamin Herrenschmidt <[email protected]> Cc: Dmitry Torokhov <[email protected]> Cc: Samuel Ortiz <[email protected]> Cc: "John W. Linville" <[email protected]> Acked-by: Mike Frysinger <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/rtc/rtc-m41t94.c b/drivers/rtc/rtc-m41t94.c index c3a18c5..c8c97a41 100644 --- a/drivers/rtc/rtc-m41t94.c +++ b/drivers/rtc/rtc-m41t94.c
@@ -171,3 +171,4 @@ MODULE_AUTHOR("Kim B. Heino <[email protected]>"); MODULE_DESCRIPTION("Driver for ST M41T94 SPI RTC"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("spi:rtc-m41t94");