Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging

* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging:
hwmon: (adt7411) add MODULE_DEVICE_TABLE
hwmon: (ad7414) add MODULE_DEVICE_TABLE

+2
+1
drivers/hwmon/ad7414.c
··· 242 242 { "ad7414", 0 }, 243 243 {} 244 244 }; 245 + MODULE_DEVICE_TABLE(i2c, ad7414_id); 245 246 246 247 static struct i2c_driver ad7414_driver = { 247 248 .driver = {
+1
drivers/hwmon/adt7411.c
··· 334 334 { "adt7411", 0 }, 335 335 { } 336 336 }; 337 + MODULE_DEVICE_TABLE(i2c, adt7411_id); 337 338 338 339 static struct i2c_driver adt7411_driver = { 339 340 .driver = {