2 * arch/arm/mach-kirkwood/nsa-310-setup.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.
11 #include <linux/kernel.h>
12 #include <linux/init.h>
13 #include <mach/kirkwood.h>
17 static int __init
nsa310_pci_init(void)
19 if (of_machine_is_compatible("zyxel,nsa310"))
20 kirkwood_pcie_init(KW_PCIE0
);
25 subsys_initcall(nsa310_pci_init
);