diff options
Diffstat (limited to 'include/linux/types.h')
-rw-r--r-- | include/linux/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index c7e8fdb9c2..6f75be4253 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -124,7 +124,6 @@ typedef __UINT64_TYPE__ u_int64_t; typedef __INT64_TYPE__ int64_t; #endif -typedef unsigned long uintptr_t; /* * Below are truly Linux-specific types that should never collide with * any application/library that wants linux/types.h. |