Remove nowhere referenced file. (egrep "filename\." didn't find anything) Signed-off-by: Domen Puncer --- kj/include/asm-parisc/bootdata.h | 16 ---------------- 1 files changed, 16 deletions(-) diff -L include/asm-parisc/bootdata.h -puN include/asm-parisc/bootdata.h~remove_file-include_asm_parisc_bootdata.h /dev/null --- kj/include/asm-parisc/bootdata.h +++ /dev/null 2004-12-24 01:21:08.000000000 +0100 @@ -1,16 +0,0 @@ -#ifndef _PARISC_BOOTDATA_H -#define _PARISC_BOOTDATA_H - -/* structure given from bootloader... */ -typedef struct { - unsigned data_valid_signature, - initrd_start, - initrd_end; - char commandline[1024]; -} bootdata_t; - -#define BOOTDATA_DATA_VALID_SIGNATURE 0xC0400000 - -#define BOOTDATA_PTR ((bootdata_t*) 0xC0400000) - -#endif _