X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fleds%2Fleds-blinkm.c;h=d0452b099aee1512bd70ed152de1085227ad9c8e;hb=3ca9e5d36afb5c0a6ee6ceee69e507370beb59c6;hp=66d0a57db2210b01ffe2fa0ceb9e5a8f449b6c74;hpb=139f4b836b075abfd79199e727312f7766e0347c;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/leds/leds-blinkm.c b/drivers/leds/leds-blinkm.c index 66d0a57db221..d0452b099aee 100644 --- a/drivers/leds/leds-blinkm.c +++ b/drivers/leds/leds-blinkm.c @@ -18,7 +18,6 @@ */ #include -#include #include #include #include @@ -444,7 +443,7 @@ static void led_work(struct work_struct *work) { int ret; struct blinkm_led *led; - struct blinkm_data *data ; + struct blinkm_data *data; struct blinkm_work *blm_work = work_to_blmwork(work); led = blm_work->blinkm_led;