summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2016-10-11 12:06:11 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-12 08:49:59 +0200
commit3be2270718aa7fdab48e3585a23a4436075fc039 (patch)
tree2180b380510b0508b434199270ac196155b89178 /arch/sandbox
parentee5e6c0115ac78412cbc53274698ece3847e3300 (diff)
downloadbarebox-3be2270718aa7fdab48e3585a23a4436075fc039.tar.gz
barebox-3be2270718aa7fdab48e3585a23a4436075fc039.tar.xz
sandbox: drop unused header files
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/processor.h25
-rw-r--r--arch/sandbox/include/asm/ptrace.h1
2 files changed, 0 insertions, 26 deletions
diff --git a/arch/sandbox/include/asm/processor.h b/arch/sandbox/include/asm/processor.h
deleted file mode 100644
index 075ec74daf..0000000000
--- a/arch/sandbox/include/asm/processor.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * (C) Copyright 2002
- * Daniel Engström, Omicron Ceti AB, daniel@omicron.se
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-#ifndef __ASM_PROCESSOR_H_
-#define __ASM_PROCESSOR_H_ 1
-/* Currently this header is unused in the i386 port
- * but some generic files #include <asm/processor.h>
- * so this file is a placeholder. */
-#endif
diff --git a/arch/sandbox/include/asm/ptrace.h b/arch/sandbox/include/asm/ptrace.h
deleted file mode 100644
index 2997587d82..0000000000
--- a/arch/sandbox/include/asm/ptrace.h
+++ /dev/null
@@ -1 +0,0 @@
-/* dummy */