mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
remove __init from prom_getenv()
SVN-Revision: 7012
This commit is contained in:
parent
ae925a8f72
commit
e7fb93b248
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue