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, 0 insertions, 2 deletions
diff --git a/backport/backport-include/linux/watchdog.h b/backport/backport-include/linux/watchdog.h
index 49f66693..380762c7 100644
--- a/backport/backport-include/linux/watchdog.h
+++ b/backport/backport-include/linux/watchdog.h
@@ -2,12 +2,10 @@
#define __BACKPORT_WATCHDOG_H
#include_next <linux/watchdog.h>
-#if (RHEL_RELEASE_CODE < RHEL_RELEASE_VERSION(6,4))
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,1,0)
#define watchdog_device LINUX_BACKPORT(watchdog_device)
struct watchdog_device {
};
#endif
-#endif
#endif /* __BACKPORT_WATCHDOG_H */