remove __init from prom_getenv()

SVN-Revision: 7012
owl
Felix Fietkau 2007-04-20 15:12:12 +00:00
parent ae925a8f72
commit e7fb93b248
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ static __initdata struct psp_chip_map psp_chip_map[] = {
static struct env_var adam2_env[MAX_ENTRY] = { { 0, }, };
char * __init prom_getenv(char *name)
char * prom_getenv(char *name)
{
int i;
for (i = 0; (i < MAX_ENTRY) && adam2_env[i].name; i++)