Hi all, After merging the gpio-brgl tree, today's linux-next build (x86_64 allmodconfig) failed like this: /tmp/next/build/drivers/gpio/gpio-bcm-kona.c:508:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier] 508 | static const struct of_device_id const bcm_kona_gpio_of_match[] = { | ^~~~~ cc1: all warnings being treated as errors Caused by commit 19784a059cf47b ("gpio: bcm-kona: add const to of_device_id") I used the tree from yesterday instead.