lkml.org 
[lkml]   [2010]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectspi Re: #2 (Re: More modaliases + patchtool))
...




Fix lost SPI modalias

Signed-off-by: Dzianis Kahanovich <mahatma@eu.by>

--- linux-2.6.36-rc4-git3/drivers/staging/iio/imu/adis16350_core.c 2010-09-17 12:30:31.000000000 +0300
+++ b/drivers/staging/iio/imu/adis16350_core.c 2010-09-17 12:39:01.312564201 +0300
@@ -724,6 +724,9 @@ static __init int adis16350_init(void)
{
return spi_register_driver(&adis16350_driver);
}
+
+MODULE_DEVICE_TABLE(spi, adis16350_id);
+
module_init(adis16350_init);

static __exit void adis16350_exit(void)
\
 
 \ /
  Last update: 2010-09-17 15:39    [W:0.127 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site