]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_linux.h
xfs: remove __psint_t and __psunsigned_t
[karo-tx-linux.git] / fs / xfs / xfs_linux.h
index 7c7842c85a082f92c99b25f6ca818c1bf32a7224..1637a95c1e0ce1ef6a9a7e3e22623bba3d93958d 100644 (file)
@@ -41,17 +41,6 @@ typedef char *                       xfs_caddr_t;    /* <core address> type */
 typedef __u32                  xfs_dev_t;
 typedef __u32                  xfs_nlink_t;
 
-/* __psint_t is the same size as a pointer */
-#if (BITS_PER_LONG == 32)
-typedef __int32_t __psint_t;
-typedef __uint32_t __psunsigned_t;
-#elif (BITS_PER_LONG == 64)
-typedef __int64_t __psint_t;
-typedef __uint64_t __psunsigned_t;
-#else
-#error BITS_PER_LONG must be 32 or 64
-#endif
-
 #include "xfs_types.h"
 
 #include "kmem.h"