Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85477277 authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Linus Torvalds
Browse files

remove dma64_addr_t



There is no user now.

Signed-off-by: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: David Miller <davem@davemloft.net>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f9b182e2
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -20,15 +20,4 @@
typedef unsigned int umode_t;

#endif /* __ASSEMBLY__ */

/*
 * These aren't exported outside the kernel to avoid name space clashes
 */
#ifdef __KERNEL__
#ifndef __ASSEMBLY__

typedef u64 dma64_addr_t;

#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* _ALPHA_TYPES_H */
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@ typedef unsigned short umode_t;

#define BITS_PER_LONG 32

#ifndef __ASSEMBLY__

typedef u32 dma64_addr_t;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#endif
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@ typedef unsigned short umode_t;

#define BITS_PER_LONG 32

#ifndef __ASSEMBLY__

typedef u32 dma64_addr_t;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#endif
+0 −6
Original line number Diff line number Diff line
@@ -16,12 +16,6 @@ typedef unsigned short umode_t;

#define BITS_PER_LONG 32

#ifndef __ASSEMBLY__

typedef u64 dma64_addr_t;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#endif /* _ASM_M32R_TYPES_H */
+0 −6
Original line number Diff line number Diff line
@@ -23,12 +23,6 @@ typedef unsigned short umode_t;

#define BITS_PER_LONG 32

#ifndef __ASSEMBLY__

typedef u32 dma64_addr_t;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#endif /* _M68K_TYPES_H */
Loading