Author: blogic Date: 2014-12-13 09:00:22 +0100 (Sat, 13 Dec 2014) New Revision: 43676
Modified: trunk/target/linux/generic/patches-3.14/834-ledtrig-libata.patch trunk/target/linux/generic/patches-3.18/834-ledtrig-libata.patch Log: kernel/generic: remove some left-over garbage from ledtrig patch cosmetics. clean a style issue introduced by r43674. Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/target/linux/generic/patches-3.14/834-ledtrig-libata.patch =================================================================== --- trunk/target/linux/generic/patches-3.14/834-ledtrig-libata.patch 2014-12-12 20:24:33 UTC (rev 43675) +++ trunk/target/linux/generic/patches-3.14/834-ledtrig-libata.patch 2014-12-13 08:00:22 UTC (rev 43676) @@ -138,7 +138,7 @@ #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 Modified: trunk/target/linux/generic/patches-3.18/834-ledtrig-libata.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/834-ledtrig-libata.patch 2014-12-12 20:24:33 UTC (rev 43675) +++ trunk/target/linux/generic/patches-3.18/834-ledtrig-libata.patch 2014-12-13 08:00:22 UTC (rev 43676) @@ -138,7 +138,7 @@ #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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
