[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101115134325.199ab1f3@lxorguk.ukuu.org.uk>
Date: Mon, 15 Nov 2010 13:43:25 +0000
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
akpm <akpm@...ux-foundation.org>, linux-next@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>, x86@...nel.org
Subject: Re: [PATCH -next] x86/mrst: force support code to be built
On Sat, 13 Nov 2010 08:44:37 -0800
Randy Dunlap <randy.dunlap@...cle.com> wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> Fix mrst.c build: make sure that its called functions are built.
>
> arch/x86/built-in.o: In function `mrst_reboot':
> mrst.c:(.text+0x2250b): undefined reference to `intel_scu_ipc_simple_command'
> arch/x86/built-in.o: In function `mrst_power_off':
> mrst.c:(.text+0x2252e): undefined reference to `intel_scu_ipc_simple_command'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> ---
> arch/x86/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20101112.orig/arch/x86/Kconfig
> +++ linux-next-20101112/arch/x86/Kconfig
> @@ -387,6 +387,7 @@ config X86_MRST
> select APB_TIMER
> select I2C
> select SPI
> + select X86_PLATFORM_DEVICES
We need the SCU so in fact we really want to select that. I'll send a
patch to Ingo.
--
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