Re: [RFC] CRIS: Move header files from include to arch/cris

From: Bryan Wu
Date: Tue Oct 21 2008 - 22:37:58 EST


Mike Frysinger wrote:
On Tue, Oct 21, 2008 at 12:42, Jesper Nilsson <jesper.nilsson@xxxxxxxx> wrote:
That means that the machine dependent header files are moved to
arch/cris/mach-{fs,a3}/include, while the common and architecture
dependent files are moved to arch/cris/include.

It is mainly this I'd like some input on, since most other ports
that have moved their header files have put all headers in arch/*/include.

that seems like a fairly obvious good idea to me ... i'm thinking we
should do it for Blackfin as well ...
-mike
For moving machine header files to arch/blackfin/include/asm/mach-bf{527, 533, 537, 538, 548, 561}, we need to set a link such as arch/blackfin/include/asm/mach -> arch/blackfin/include/asm/mach-bf527, because tons of drivers use the header file <asm/mach/xxxx.h>.

But we don't like to setup a link that is the one reason we move our header file from include/asm-blackfin to our arch/blackfin/include/asm.

-Bryan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/