diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-03-24 07:17:25 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-24 07:17:25 +0100 |
commit | a3d3362287fbe96fe90abdb5c6d1a35471129a8c (patch) | |
tree | ad3c85ed1feef470c66599eb514e30f43c2db5dd /arch/xtensa | |
parent | sh: Fix ptrace hw_breakpoint handling (diff) | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff) | |
download | linux-a3d3362287fbe96fe90abdb5c6d1a35471129a8c.tar.xz linux-a3d3362287fbe96fe90abdb5c6d1a35471129a8c.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/xtensa/include/asm/types.h b/arch/xtensa/include/asm/types.h index c89569a8da0c..b1c981e39b52 100644 --- a/arch/xtensa/include/asm/types.h +++ b/arch/xtensa/include/asm/types.h @@ -32,10 +32,6 @@ typedef unsigned short umode_t; #define BITS_PER_LONG 32 -/* Dma addresses are 32-bits wide. */ - -typedef u32 dma_addr_t; - #endif /* __KERNEL__ */ #endif |