[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3802372.zWzDBWFCTp@wuerfel>
Date: Thu, 19 Nov 2015 16:23:31 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Punit Agrawal <punit.agrawal@....com>
Cc: Sudeep Holla <sudeep.holla@....com>,
Jon Medhurst <tixy@...aro.org>,
Jassi Brar <jassisinghbrar@...il.com>,
Liviu Dudau <Liviu.Dudau@....com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org, arm@...nel.org
Subject: Re: [PATCH] scpi: hide get_scpi_ops in module from built-in code
On Tuesday 17 November 2015 17:30:14 Punit Agrawal wrote:
> Arnd Bergmann <arnd@...db.de> writes:
>
> > The scpi_clock driver can be built-in when CONFIG_COMPILE_TEST
> > is set even when ARM_SCPI_PROTOCOL is a loadable module, and
> > that results in a link error:
> >
> > drivers/built-in.o: In function `scpi_clocks_probe':
> > (.text+0x14453c): undefined reference to `get_scpi_ops'
> >
> > Using #if IS_REACHABLE() around the get_scpi_ops() declaration
> > makes it build successfully in this case for compile-testing,
> > but the effect is the same as when ARM_SCPI_PROTOCOL is
> > disabled, as the code will not be used.
> >
> > Signed-off-by: Arnd Bergmann <arnd@...db.de>
>
> Makes sense. Thanks, Arnd!
>
> Acked-by: Punit Agrawal <punit.agrawal@....com>
>
I've added it to arm-soc fixes now.
Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists