summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-03-24 07:17:25 +0100
committerPaul Mundt <lethal@linux-sh.org>2011-03-24 07:17:25 +0100
commita3d3362287fbe96fe90abdb5c6d1a35471129a8c (patch)
treead3c85ed1feef470c66599eb514e30f43c2db5dd /arch/xtensa
parentsh: Fix ptrace hw_breakpoint handling (diff)
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff)
downloadlinux-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.h4
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