From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 26 Feb 2016 17:46:57 +0100 Subject: [PATCH] ARM: prima2: always enable reset controller In-Reply-To: <1456421132.3268.16.camel@pengutronix.de> References: <1456417673-2115511-1-git-send-email-arnd@arndb.de> <1456421132.3268.16.camel@pengutronix.de> Message-ID: <3410044.ZCJP8nb6vT@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 25 February 2016 18:25:32 Philipp Zabel wrote: > Am Donnerstag, den 25.02.2016, 17:27 +0100 schrieb Arnd Bergmann: > > The atlas7 clock controller driver registers a reset controller > > for itself, which causes a link error when the subsystem is > > disabled: > > > > drivers/built-in.o: In function `atlas7_clk_init': > > drivers/clk/sirf/clk-atlas7.c:1681: undefined reference to `reset_controller_register' > > > > As the clk driver does not have a Kconfig symbol for itself > > but it always built-in when the platform is enabled, we have > > to ensure that the reset controller subsystem is also built-in > > in this case. > > > > Signed-off-by: Arnd Bergmann > > Fixes: 301c5d29402e ("clk: sirf: add CSR atlas7 clk and reset support") > > Acked-by: Philipp Zabel > Applied to next/fixes-non-critical, thanks! Arnd