powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git] / arch / arm / mach-kirkwood / board-nsa310.c
blob55ade93b93bf62ac68a23c1c0e72c5a2e1e9ee41
1 /*
2 * arch/arm/mach-kirkwood/nsa-310-setup.c
4 * ZyXEL NSA-310 Setup
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 <mach/kirkwood.h>
14 #include <linux/of.h>
15 #include "common.h"
17 static int __init nsa310_pci_init(void)
19 if (of_machine_is_compatible("zyxel,nsa310"))
20 kirkwood_pcie_init(KW_PCIE0);
22 return 0;
25 subsys_initcall(nsa310_pci_init);