1 Feb
2012
1 Feb
'12
1:39 p.m.
On Wed, Feb 01, 2012 at 01:57:56PM +0200, Felipe Contreras wrote:
On Wed, Feb 1, 2012 at 3:56 AM, Axel Lin axel.lin@gmail.com wrote:
+MODULE_ALIAS("i2c:tlv320aic3x");
This is not required because "tlv320aic3x" is already in the aic3x_i2c_id table. MODULE_DEVICE_TABLE will automatically setup this modalias.
Since when? Last time I checked that was not the case. I will try again with v3.2 final, but I think on some of the rc's the alias wasn't there.
Since it was introduced, this is really nothing new (which is why you'll not find I2C drivers with MODULE_ALIAS). This is the whole point of having MODULE_DEVICE_TABLE.