Commit f74d505b authored by Linus Torvalds's avatar Linus Torvalds
parents 45ea2103 2961b423
...@@ -23,5 +23,11 @@ typedef unsigned int umode_t; ...@@ -23,5 +23,11 @@ typedef unsigned int umode_t;
#define BITS_PER_LONG 64 #define BITS_PER_LONG 64
#ifndef __ASSEMBLY__
typedef u64 dma_addr_t;
typedef u64 dma64_addr_t;
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ALPHA_TYPES_H */ #endif /* _ALPHA_TYPES_H */
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
typedef unsigned short umode_t; typedef unsigned short umode_t;
#endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment