On 8 May 2007, at 01:36, Krzysztof Halasa wrote:
> Adds a driver for built-in IXP4xx Network Processor Engines.
[snip]
> diff --git a/arch/arm/mach-ixp4xx/ixp4xx_npe.c b/arch/arm/mach-
Already in mach-ixp4xx, so can just be called npe.c
> @@ -0,0 +1,737 @@
[snip]
> +int npe_load_firmware(struct npe *npe, const char *name, struct
Debugging code? Can this go?
> + print_npe(KERN_INFO, npe, "firmware functionality 0x%X, "
[snip]
> +module_init(npe_init_module);
It may be a matter of taste, but could some of the many definitions
at the top of ixp4xx_npe.c go in the header file here?
Michael-Luke
-