X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fleds%2Fleds-s3c24xx.c;h=0fd640751294ae143be658800fdffc7e1430da44;hb=bb04af0e2e5bcd8d1a5d7f7d5c704f7eb328f241;hp=650cf72dc675e9f659146f9ce9e935e522b36f11;hpb=f1f76afd71e0f17af9a35fcb649f4bab53304a4d;p=linux-2.6 diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c index 650cf72dc6..0fd6407512 100644 --- a/drivers/leds/leds-s3c24xx.c +++ b/drivers/leds/leds-s3c24xx.c @@ -11,13 +11,12 @@ * published by the Free Software Foundation. */ -#include #include #include #include #include -#include +#include #include #include @@ -44,7 +43,7 @@ static void s3c24xx_led_set(struct led_classdev *led_cdev, struct s3c24xx_gpio_led *led = to_gpio(led_cdev); struct s3c24xx_led_platdata *pd = led->pdata; - /* there will be a sort delay between setting the output and + /* there will be a short delay between setting the output and * going from output to input when using tristate. */ s3c2410_gpio_setpin(pd->gpio, (value ? 1 : 0) ^