mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
remove __init from prom_getenv()
SVN-Revision: 7012
This commit is contained in:
parent
ae925a8f72
commit
e7fb93b248
@ -107,7 +107,7 @@ static __initdata struct psp_chip_map psp_chip_map[] = {
|
|||||||
|
|
||||||
static struct env_var adam2_env[MAX_ENTRY] = { { 0, }, };
|
static struct env_var adam2_env[MAX_ENTRY] = { { 0, }, };
|
||||||
|
|
||||||
char * __init prom_getenv(char *name)
|
char * prom_getenv(char *name)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; (i < MAX_ENTRY) && adam2_env[i].name; i++)
|
for (i = 0; (i < MAX_ENTRY) && adam2_env[i].name; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user