mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
MIPS: fw arc: Fix missing prototypes
Make ArcGetMemoryDescriptor() static since it's only needed internally. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
f134bd1ebc
commit
e3a4f1b7ad
|
@ -37,7 +37,7 @@ static unsigned int nr_prom_mem __initdata;
|
||||||
*/
|
*/
|
||||||
#define ARC_PAGE_SHIFT 12
|
#define ARC_PAGE_SHIFT 12
|
||||||
|
|
||||||
struct linux_mdesc * __init ArcGetMemoryDescriptor(struct linux_mdesc *Current)
|
static struct linux_mdesc * __init ArcGetMemoryDescriptor(struct linux_mdesc *Current)
|
||||||
{
|
{
|
||||||
return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current);
|
return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user