+static struct adm5120_board rb150_board __initdata = {
+ .mach_type = MACH_ADM5120_RB_150,
+ .name = "Mikrotik RouterBOARD 150",
+ .board_setup = rb1xx_setup,
+ .eth_num_ports = 5,
+ .eth_vlans = rb15x_vlans,
+ .num_devices = ARRAY_SIZE(rb150_devices),
+ .devices = rb150_devices,
+};
+