Re: [PATCH 2/2] pinctrl: ns2: rename pinctrl_utils_dt_free_map

2016-05-09 Thread Linus Walleij
On Tue, May 3, 2016 at 5:26 PM, Arnd Bergmann wrote: > A conflict of two patches caused a build error when a function got renamed > but a new user appeared in the other patch: > > drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: > 'pinctrl_utils_dt_free_map' undeclared here (not in a functio

Re: [PATCH 2/2] pinctrl: ns2: rename pinctrl_utils_dt_free_map

2016-05-03 Thread Yendapally Reddy Dhananjaya Reddy
Hi Arnd, On Tue, May 3, 2016 at 8:56 PM, Arnd Bergmann wrote: > A conflict of two patches caused a build error when a function got renamed > but a new user appeared in the other patch: > > drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: > 'pinctrl_utils_dt_free_map' undeclared here (not in

[PATCH 2/2] pinctrl: ns2: rename pinctrl_utils_dt_free_map

2016-05-03 Thread Arnd Bergmann
A conflict of two patches caused a build error when a function got renamed but a new user appeared in the other patch: drivers/pinctrl/bcm/pinctrl-ns2-mux.c:540:17: error: 'pinctrl_utils_dt_free_map' undeclared here (not in a function) .dt_free_map = pinctrl_utils_dt_free_map,