Remove nowhere referenced file. (egrep "filename\." didn't find anything) Signed-off-by: Domen Puncer --- kj/include/asm-um/processor-ppc.h | 15 --------------- 1 files changed, 15 deletions(-) diff -L include/asm-um/processor-ppc.h -puN include/asm-um/processor-ppc.h~remove_file-include_asm_um_processor_ppc.h /dev/null --- kj/include/asm-um/processor-ppc.h +++ /dev/null 2004-12-24 01:21:08.000000000 +0100 @@ -1,15 +0,0 @@ -#ifndef __UM_PROCESSOR_PPC_H -#define __UM_PROCESSOR_PPC_H - -#if defined(__ASSEMBLY__) - -#define CONFIG_PPC_MULTIPLATFORM -#include "arch/processor.h" - -#else - -#include "asm/processor-generic.h" - -#endif - -#endif _