aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm/dwarf2.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-08-17 22:54:55 -0400
committerH. Peter Anvin <hpa@zytor.com>2008-10-22 22:55:20 -0700
commit1de1502c96c3c163c06419bfe838c73632fa8d9c (patch)
treec7acd47c699807af44e190b9041d2500ff2b0914 /arch/um/include/asm/dwarf2.h
parentx86, um: ... and asm-x86 move (diff)
downloadlinux-dev-1de1502c96c3c163c06419bfe838c73632fa8d9c.tar.xz
linux-dev-1de1502c96c3c163c06419bfe838c73632fa8d9c.zip
x86, um: now we can get rid of trivial uml headers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/include/asm/dwarf2.h')
-rw-r--r--arch/um/include/asm/dwarf2.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/um/include/asm/dwarf2.h b/arch/um/include/asm/dwarf2.h
deleted file mode 100644
index d1a02e762931..000000000000
--- a/arch/um/include/asm/dwarf2.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright 2003 - 2004 Pathscale, Inc
- * Released under the GPL
- */
-
-/* Needed on x86_64 by thunk.S */
-#ifndef __UM_DWARF2_H
-#define __UM_DWARF2_H
-
-#include "asm/arch/dwarf2.h"
-
-#endif