[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070619201957.GA21306@aepfle.de>
Date: Tue, 19 Jun 2007 22:19:57 +0200
From: Olaf Hering <olaf@...fle.de>
To: linux-kernel@...r.kernel.org
Subject: exported fb_find_logo references __initdata
fb_find_logo() refences a few structs marked as __initdata. The structs
itself have a member ->data which is marked as __initdata as well.
scripts/pnmtologo.c write_footer() and write_header() create those
structs.
What is the correct fix, and why does it work at all?
-
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