header: acpi: fix version comment
authorJohannes Berg <johannes.berg@intel.com>
Fri, 8 Sep 2017 09:27:08 +0000 (11:27 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 8 Sep 2017 09:27:08 +0000 (11:27 +0200)
I intended to not even apply the patch, but did anyway...
Fix the comment now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/backport-include/linux/acpi.h

index fe183626d1bdc204c8e4ddb2963748aa3fcfb63d..2f1072f7efe3c87ed3bdbaa5fdfe21befdff33c9 100644 (file)
@@ -67,6 +67,6 @@ static inline int devm_acpi_dev_add_driver_gpios(struct device *dev,
 {
        return -ENXIO;
 }
-#endif /* LINUX_VERSION_IN_RANGE(4,19,0, 4,13,0) */
+#endif /* LINUX_VERSION_IN_RANGE(3,19,0, 4,13,0) */
 
 #endif /* __BACKPORT_LINUX_ACPI_H */