summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoern Engel <joern@logfs.org>2012-01-17 07:18:15 -0800
committerJoern Engel <joern@logfs.org>2012-01-17 07:18:15 -0800
commitb0802bcf4bb0a76df5561ce506996554e83018d1 (patch)
treeb0ede25af24f4cc3b0e5f833a8e3bc20b5684007
parentdc59b0e33250ae40964471811fb1815e2948a681 (diff)
downloadcancd-b0802bcf4bb0a76df5561ce506996554e83018d1.tar.gz
Remove ULONG_MAX definition
Already defined in libc by now. Signed-off-by: Joern Engel <joern@logfs.org>
-rw-r--r--kerncompat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 521436f..273bf4f 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -35,7 +35,6 @@
#define GFP_NOFS 0
#define __read_mostly
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-#define ULONG_MAX (~0UL)
#ifdef __CHECKER__
#define __force __attribute__((force))
#define __bitwise__ __attribute__((bitwise))