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> SVN-Revision: 43676
This commit is contained in:
parent
118534ea39
commit
4a7c88f139
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue