mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
a6e83acee2
Most of the prom_free_prom_memory functions are empty. With a new weak prom_free_prom_memory() we can remove all of them. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
23 lines
577 B
C
23 lines
577 B
C
/*
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
* for more details.
|
|
*
|
|
* Copyright MontaVista Software Inc
|
|
* Copyright (C) 2003 Atheros Communications, Inc., All Rights Reserved.
|
|
* Copyright (C) 2006 FON Technology, SL.
|
|
* Copyright (C) 2006 Imre Kaloz <kaloz@openwrt.org>
|
|
* Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
|
|
*/
|
|
|
|
/*
|
|
* Prom setup file for AR5312/AR231x SoCs
|
|
*/
|
|
|
|
#include <linux/init.h>
|
|
#include <asm/bootinfo.h>
|
|
|
|
void __init prom_init(void)
|
|
{
|
|
}
|