diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-13 08:00:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-13 08:00:22 +0000 |
commit | e602e40d2c3fa24ba076dd85c643a029f2d52a92 (patch) | |
tree | e7b428358c35370a3dd1f1d8f617b7b0f6c18872 /target/linux/generic | |
parent | 1c40c5b7adf06e76a2c31e56fa9d851675a999d3 (diff) | |
download | upstream-e602e40d2c3fa24ba076dd85c643a029f2d52a92.tar.gz upstream-e602e40d2c3fa24ba076dd85c643a029f2d52a92.tar.bz2 upstream-e602e40d2c3fa24ba076dd85c643a029f2d52a92.zip |
kernel/generic: remove some left-over garbage from ledtrig patch
cosmetics. clean a style issue introduced by r43674.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/patches-3.14/834-ledtrig-libata.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/patches-3.18/834-ledtrig-libata.patch | 2 |
2 files changed, 2 insertions, 2 deletions
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 <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 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 <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 |