Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/samsung/pinctrl-exynos.c:1194:43: error: array type has incomplete element type static const struct samsung_pin_bank_data exynos7_pin_banks0[] __initconst = { ^ drivers/pinctrl/samsung/pinctrl-exynos.c:1195:2: error: field name not in record or union initializer EXYNOS_PIN_BANK_EINTW(8, 0x000, "gpa0", 0x00), ^ drivers/pinctrl/samsung/pinctrl-exynos.c:1195:2: error: (near initialization for 'exynos7_pin_banks0') drivers/pinctrl/samsung/pinctrl-exynos.c:1195:2: error: field name not in record or union initializer And so on ... Caused by commit 9d3de28d785f ("pinctrl: exynos: Add initial driver data for Exynos7"). I have used the pinctrl tree from next-20141023 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au