Hi Geliang,

Thanks for the patch.

Applied to the for-next branch of liunx-leds.git.

Best regards,
Jacek Anaszewski

On 11/23/2016 03:50 PM, Geliang Tang wrote:
Use builtin_platform_driver() helper to simplify the code.

Signed-off-by: Geliang Tang <[email protected]>
---
 drivers/leds/leds-cobalt-raq.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/leds/leds-cobalt-raq.c b/drivers/leds/leds-cobalt-raq.c
index b316df4..8d066fa 100644
--- a/drivers/leds/leds-cobalt-raq.c
+++ b/drivers/leds/leds-cobalt-raq.c
@@ -115,8 +115,4 @@ static struct platform_driver cobalt_raq_led_driver = {
        },
 };

-static int __init cobalt_raq_led_init(void)
-{
-       return platform_driver_register(&cobalt_raq_led_driver);
-}
-device_initcall(cobalt_raq_led_init);
+builtin_platform_driver(cobalt_raq_led_driver);

Reply via email to