summaryrefslogtreecommitdiff
path: root/backport/backport-include/linux/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/backport-include/linux/watchdog.h')
-rw-r--r--backport/backport-include/linux/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/backport-include/linux/watchdog.h b/backport/backport-include/linux/watchdog.h
index 380762c7..598c8c48 100644
--- a/backport/backport-include/linux/watchdog.h
+++ b/backport/backport-include/linux/watchdog.h
@@ -2,7 +2,7 @@
#define __BACKPORT_WATCHDOG_H
#include_next <linux/watchdog.h>
-#if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
+#if LINUX_VERSION_IS_LESS(3,1,0)
#define watchdog_device LINUX_BACKPORT(watchdog_device)
struct watchdog_device {
};