On 20 March 2018 at 16:10, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Tue, Mar 20, 2018 at 04:00:24PM +0800, Sam Protsenko wrote:
Recent patches broke build on multi_v7_defconfig (ARM), on stable-rc/linux-4.4.y branch. The build error as follows:
arch/arm/mach-omap2/omap_hwmod_7xx_data.c:2243:12: error: 'HWMOD_CLKDM_NOAUTO' undeclared here (not in a function) .flags = HWMOD_CLKDM_NOAUTO, ^~~~~~~~~~~~~~~~~~
I just dropped this patch instead, as is it really worth adding these other patches to resolve this?
Agree. Those patches are the actual dependency for one that breaks the build, but it's kinda an overkill to pull that amount of code. If we really need that patch, somebody (maintainers?) should revise it and come up with a better solution, providing all needed dependency patches and predicting the impact of all series on the system, as this is a stable branch.
Thanks.
thanks
greg k-h