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.

drivers/leds/leds-lm3530.c: add MODULE_DEVICE_TABLE

Adding the necessary MODULE_DEVICE_TABLE() information allows the driver
to be automatically loaded by udev.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Shreshtha Kumar SAHU <shreshthakumar.sahu@stericsson.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Axel Lin and committed by
Linus Torvalds
d5f33d45 0bf2461f

+1
+1
drivers/leds/leds-lm3530.c
··· 349 349 {LM3530_NAME, 0}, 350 350 {} 351 351 }; 352 + MODULE_DEVICE_TABLE(i2c, lm3530_id); 352 353 353 354 static struct i2c_driver lm3530_i2c_driver = { 354 355 .probe = lm3530_probe,