[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071213023111.30ddc487.akpm@linux-foundation.org>
Date: Thu, 13 Dec 2007 02:31:11 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Marcin Ślusarz <marcin.slusarz@...il.com>
Cc: linux-kernel@...r.kernel.org, Antonino Daplas <adaplas@...il.com>,
linux-fbdev-devel@...ts.sourceforge.net
Subject: Re: [PATCH] logo: move declarations of logos to linux_logo.h
On Sun, 9 Dec 2007 22:40:31 +0100 Marcin Ślusarz <marcin.slusarz@...il.com> wrote:
> logo: move declarations of logos to linux_logo.h
>
> there was a mismatch between externs in logo.c and code generated by pnmtologo
> (on old tree, you need to rm drivers/video/logo/logo_*.c before compilation)
This patch (after I fixed it) keeps on causing trouble: mismatches between
the header file declarations and the actual definitions of the lookup
tables. This happens as I apply and unapply the patch.
It _shouldn't_ happen, but there would appear to be some missing makefile
rules. I guess the C files aren't being regenerated when
scripts/pnmtologo.c has been altered, so the C files aren't matching the
header which this patch alters.
--
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