Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/leds/leds-lm3530.c: add __devexit_p where needed
According to the comments in include/linux/init.h: "Pointers to __devexit functions must use __devexit_p(function_name), the wrapper will insert either the function_name or NULL, depending on the config options." We have __devexit annotation for lm3530_remove(), so add __devexit_p to the `struct i2c_driver'. Signed-off-by: Axel Lin <[email protected]> Cc: Shreshtha Kumar SAHU <[email protected]> Cc: Richard Purdie <[email protected]> Acked-by: Linus Walleij <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information