summaryrefslogtreecommitdiff
path: root/arch/um/include/asm/calling.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-08-18 02:54:55 (GMT)
committerH. Peter Anvin <hpa@zytor.com>2008-10-23 05:55:20 (GMT)
commit1de1502c96c3c163c06419bfe838c73632fa8d9c (patch)
treec7acd47c699807af44e190b9041d2500ff2b0914 /arch/um/include/asm/calling.h
parentbb8985586b7a906e116db835c64773b7a7d51663 (diff)
downloadlinux-fsl-qoriq-1de1502c96c3c163c06419bfe838c73632fa8d9c.tar.xz
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/calling.h')
-rw-r--r--arch/um/include/asm/calling.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/um/include/asm/calling.h b/arch/um/include/asm/calling.h
deleted file mode 100644
index 0b2384c..0000000
--- a/arch/um/include/asm/calling.h
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2003 - 2004 Pathscale, Inc
-# Released under the GPL
-
-#ifndef __UM_CALLING_H /* XXX x86_64 */
-#define __UM_CALLING_H
-
-#include "asm/arch/calling.h"
-
-#endif