powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git] / arch / arm / mach-kirkwood / board-ib62x0.c
blob9a857ae8398437e9ce433b4e00d0229114bd8c22
1 /*
2 * Copyright 2012 (C), Simon Baatz <gmbnomis@gmail.com>
4 * arch/arm/mach-kirkwood/board-ib62x0.c
6 * RaidSonic ICY BOX IB-NAS6210 & IB-NAS6220 init for drivers not
7 * converted to flattened device tree yet.
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
14 #include <linux/kernel.h>
15 #include <linux/init.h>
16 #include <linux/mv643xx_eth.h>
17 #include "common.h"
19 static struct mv643xx_eth_platform_data ib62x0_ge00_data = {
20 .phy_addr = MV643XX_ETH_PHY_ADDR(8),
23 void __init ib62x0_init(void)
26 * Basic setup. Needs to be called early.
28 kirkwood_ge00_init(&ib62x0_ge00_data);