mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:13:20 +02:00
remove __init from prom_getenv()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
704ec35313
commit
6e52da3bc7
@ -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…
Reference in New Issue
Block a user