leds: leds-pca9532 - Drop unused module parameters
The I2C_CLIENT_INSMOD_1 macro is only useful for i2c drivers which implement device detection. The leds-pca9532 driver doesn't, so there is no point in calling it. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Richard Purdie <rpurdie@rpsys.net> Cc: Riku Voipio <riku.voipio@iki.fi>
This commit is contained in:
parent
2d2a7cff1b
commit
77279862ba
|
@ -19,9 +19,6 @@
|
|||
#include <linux/workqueue.h>
|
||||
#include <linux/leds-pca9532.h>
|
||||
|
||||
static const unsigned short normal_i2c[] = { /*0x60,*/ I2C_CLIENT_END};
|
||||
I2C_CLIENT_INSMOD_1(pca9532);
|
||||
|
||||
#define PCA9532_REG_PSC(i) (0x2+(i)*2)
|
||||
#define PCA9532_REG_PWM(i) (0x3+(i)*2)
|
||||
#define PCA9532_REG_LS0 0x6
|
||||
|
|
Loading…
Reference in New Issue