gpio: stm32: Remove .ofmatch callback
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 21 Jun 2019 13:39:25 +0000 (15:39 +0200)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Jul 2019 09:50:58 +0000 (11:50 +0200)
commit60bc487666bd9cbe8d1ab4e7c2290b08fe1b9e1d
treec5a6475fef783a97991099e3ae5412531d25ab3c
parent6084e96b99d97f5d8f381e48b2230f8e8178e44c
gpio: stm32: Remove .ofmatch callback

As compatible string "st,stm32-gpio" is no more used, .ofmatch
callback becomes useless, remove it.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/gpio/stm32_gpio.c