summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backport/backport-include/linux/kernel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/backport/backport-include/linux/kernel.h b/backport/backport-include/linux/kernel.h
index 707bed91..e695842b 100644
--- a/backport/backport-include/linux/kernel.h
+++ b/backport/backport-include/linux/kernel.h
@@ -67,12 +67,6 @@
#define lower_32_bits(n) ((u32)(n))
#endif
-#ifndef USHORT_MAX
-#define USHORT_MAX ((u16)(~0U))
-#define SHORT_MAX ((s16)(USHORT_MAX>>1))
-#define SHORT_MIN (-SHORT_MAX - 1)
-#endif
-
#ifndef clamp
#define clamp(val, min, max) ({ \
typeof(val) __val = (val); \