]> git.baikalelectronics.ru Git - kernel.git/commit
Merge commit 'af77c55d2f' into next/soc
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 Jan 2018 21:11:47 +0000 (22:11 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 5 Jan 2018 21:12:37 +0000 (22:12 +0100)
commit74926f4c2fc59e5546c05fdf8a4f226e5802a474
tree4c4d844c4d460051dfddd13764e624a7017aaa5d
parent99cda47aae3a7906930e135c52409306bfddbd5d
parentaf77c55d2f1ff1252752b1ff99f0b5eb01f17b34
Merge commit 'af77c55d2f' into next/soc

This includes one fix from mainline to avoid introducing a build
regression after the pxa tree starts using gpio-reg:

drivers/gpio/gpio-reg.c:106:21: error: 'struct gpio_reg' has no member named 'irq'; did you mean 'irqs'?
drivers/gpio/gpio-reg.c:107:29: error: 'struct gpio_reg' has no member named 'irq'; did you mean 'irqs'?

* commit 'af77c55d2f':
  gpio: gpio-reg: fix build

Signed-off-by: Arnd Bergmann <arnd@arndb.de>