Skip to content
Snippets Groups Projects
Commit f74d505b authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents 45ea2103 2961b423
No related branches found
No related tags found
No related merge requests found
...@@ -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__ */
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment