kernel/generic: remove some left-over garbage from ledtrig patch
authorJohn Crispin <john@openwrt.org>
Sat, 13 Dec 2014 08:00:22 +0000 (08:00 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 13 Dec 2014 08:00:22 +0000 (08:00 +0000)
cosmetics. clean a style issue introduced by r43674.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43676

target/linux/generic/patches-3.14/834-ledtrig-libata.patch
target/linux/generic/patches-3.18/834-ledtrig-libata.patch

index 23663de575b43327628f4fe5555245109868d724..b015d7a2fbc7e8a921ab51025fc721586f1851cb 100644 (file)
@@ -138,7 +138,7 @@ index 2d18241..4428e2b 100644
  #include <linux/acpi.h>
  #include <linux/cdrom.h>
  #include <linux/sched.h>
-+#if IS_ENABLED(CONFIG_ATA_LEDS)
++#ifdef CONFIG_ATA_LEDS
 +#include <linux/leds.h>
 +#endif
  
index 23663de575b43327628f4fe5555245109868d724..b015d7a2fbc7e8a921ab51025fc721586f1851cb 100644 (file)
@@ -138,7 +138,7 @@ index 2d18241..4428e2b 100644
  #include <linux/acpi.h>
  #include <linux/cdrom.h>
  #include <linux/sched.h>
-+#if IS_ENABLED(CONFIG_ATA_LEDS)
++#ifdef CONFIG_ATA_LEDS
 +#include <linux/leds.h>
 +#endif