diff options
Diffstat (limited to 'arch/ppc/syslib/ibm440sp_common.h')
-rw-r--r-- | arch/ppc/syslib/ibm440sp_common.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/arch/ppc/syslib/ibm440sp_common.h b/arch/ppc/syslib/ibm440sp_common.h deleted file mode 100644 index 8077bf8ed118..000000000000 --- a/arch/ppc/syslib/ibm440sp_common.h +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | /* | ||
2 | * PPC440SP system library | ||
3 | * | ||
4 | * Matt Porter <mporter@kernel.crashing.org> | ||
5 | * Copyright 2004-2005 MontaVista Software, Inc. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License as published by the | ||
9 | * Free Software Foundation; either version 2 of the License, or (at your | ||
10 | * option) any later version. | ||
11 | * | ||
12 | */ | ||
13 | #ifdef __KERNEL__ | ||
14 | #ifndef __PPC_SYSLIB_IBM440SP_COMMON_H | ||
15 | #define __PPC_SYSLIB_IBM440SP_COMMON_H | ||
16 | |||
17 | #ifndef __ASSEMBLY__ | ||
18 | |||
19 | extern unsigned long __init ibm440sp_find_end_of_memory(void); | ||
20 | |||
21 | #endif /* __ASSEMBLY__ */ | ||
22 | #endif /* __PPC_SYSLIB_IBM440SP_COMMON_H */ | ||
23 | #endif /* __KERNEL__ */ | ||