powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git] / arch / arm / mach-kirkwood / board-openblocks_a6.c
blobb11d8fdeca9351bfd69438b78a7083eadbf45d54
1 /*
2 * Copyright 2012 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4 * arch/arm/mach-kirkwood/board-openblocks_a6.c
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
11 #include <linux/kernel.h>
12 #include <linux/init.h>
13 #include <linux/mv643xx_eth.h>
14 #include "common.h"
16 static struct mv643xx_eth_platform_data openblocks_ge00_data = {
17 .phy_addr = MV643XX_ETH_PHY_ADDR(0),
20 void __init openblocks_a6_init(void)
23 * Basic setup. Needs to be called early.
25 kirkwood_ge00_init(&openblocks_ge00_data);