1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 21:58:03 +03: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:
nbd 2007-04-20 15:12:12 +00:00
parent 704ec35313
commit 6e52da3bc7

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++)