From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id C896467BAC for ; Wed, 6 Dec 2006 09:06:47 +1100 (EST) From: Arnd Bergmann To: Geoff Levand Subject: Re: [PATCH] cell: fix missing spu.h header export Date: Tue, 5 Dec 2006 23:06:42 +0100 References: <4575E712.5020103@am.sony.com> In-Reply-To: <4575E712.5020103@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200612052306.42632.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 05 December 2006 22:39, Geoff Levand wrote: >=20 > Add spu.h to the list of exported headers. =A0Fixes this error when > using 'make headers_check' or when CONFIG_HEADERS_CHECK=3Dy: >=20 > =A0 asm/spu_info.h requires asm/spu.h, which does not exist in exported h= eaders >=20 >=20 > Signed-off-by: Geoff Levand Sorry, wrong fix. I had a better one already but haven't gotten around to post it. spu_info.h should be in unifdef-y and spu.h should stay internal to the kernel. I'll follow up with my patch. Arnd <><