From 3be2270718aa7fdab48e3585a23a4436075fc039 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 11 Oct 2016 12:06:11 +0300 Subject: sandbox: drop unused header files Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/sandbox/include/asm/processor.h | 25 ------------------------- arch/sandbox/include/asm/ptrace.h | 1 - 2 files changed, 26 deletions(-) delete mode 100644 arch/sandbox/include/asm/processor.h delete mode 100644 arch/sandbox/include/asm/ptrace.h (limited to 'arch/sandbox') 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 - * 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 */ -- cgit v1.2.3