IXP4xx: unneeded #include platform-specific include files?
Krzysztof Halasa
khc at pm.waw.pl
Sun Nov 15 12:16:49 EST 2009
I wonder about one more thing: why are the platform-specific include
files included by the non-platform code?
mach-ixp4xx/include/mach/hardware.h:
/* Platform specific details */
#include "ixdp425.h"
#include "avila.h"
#include "coyote.h"
#include "prpmc1100.h"
#include "nslu2.h"
#include "nas100d.h"
#include "dsmg600.h"
#include "fsg.h"
I'm going to move them to the platform code, either incorporate them
into platform .c files or #include "specific-platform.h" from there.
Objections?
--
Krzysztof Halasa
More information about the linux-arm-kernel
mailing list