From: blogic Date: Sat, 13 Dec 2014 08:00:22 +0000 (+0000) Subject: kernel/generic: remove some left-over garbage from ledtrig patch X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cd573bc5b8dd243191d98ddfd828d4d517b4fc0c;p=openwrt.git kernel/generic: remove some left-over garbage from ledtrig patch cosmetics. clean a style issue introduced by r43674. Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43676 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/patches-3.14/834-ledtrig-libata.patch b/target/linux/generic/patches-3.14/834-ledtrig-libata.patch index 23663de575..b015d7a2fb 100644 --- a/target/linux/generic/patches-3.14/834-ledtrig-libata.patch +++ b/target/linux/generic/patches-3.14/834-ledtrig-libata.patch @@ -138,7 +138,7 @@ index 2d18241..4428e2b 100644 #include #include #include -+#if IS_ENABLED(CONFIG_ATA_LEDS) ++#ifdef CONFIG_ATA_LEDS +#include +#endif diff --git a/target/linux/generic/patches-3.18/834-ledtrig-libata.patch b/target/linux/generic/patches-3.18/834-ledtrig-libata.patch index 23663de575..b015d7a2fb 100644 --- a/target/linux/generic/patches-3.18/834-ledtrig-libata.patch +++ b/target/linux/generic/patches-3.18/834-ledtrig-libata.patch @@ -138,7 +138,7 @@ index 2d18241..4428e2b 100644 #include #include #include -+#if IS_ENABLED(CONFIG_ATA_LEDS) ++#ifdef CONFIG_ATA_LEDS +#include +#endif