2010-04-16 11:59:16

by Jakob Viketoft

[permalink] [raw]
Subject: [PATCH] colibri.h: Add #include

The use of mfp_cfg_t causes build errors without including <mach/mfp.h>.

CC: [email protected]
CC: Daniel Mack <[email protected]>
CC: Eric Miao <[email protected]>
Signed-off-by Jakob Viketoft <[email protected]>


--- a/arch/arm/mach-pxa/include/mach/colibri.h 2010-03-15
17:09:39.000000000 +0100
+++ b/arch/arm/mach-pxa/include/mach/colibri.h 2010-04-16
13:53:29.000000000 +0200
@@ -2,6 +2,7 @@
#define _COLIBRI_H_

#include <net/ax88796.h>
+#include <mach/mfp.h>

/*
* common settings for all modules


2010-04-16 12:04:37

by Daniel Mack

[permalink] [raw]
Subject: Re: [PATCH] colibri.h: Add #include

On Fri, Apr 16, 2010 at 01:59:07PM +0200, Jakob Viketoft wrote:
>
> CC: [email protected]
> CC: Daniel Mack <[email protected]>
> CC: Eric Miao <[email protected]>
> Signed-off-by Jakob Viketoft <[email protected]>

Acked-by: Daniel Mack <[email protected]>

Thanks,
Daniel

> --- a/arch/arm/mach-pxa/include/mach/colibri.h 2010-03-15
> 17:09:39.000000000 +0100
> +++ b/arch/arm/mach-pxa/include/mach/colibri.h 2010-04-16
> 13:53:29.000000000 +0200
> @@ -2,6 +2,7 @@
> #define _COLIBRI_H_
>
> #include <net/ax88796.h>
> +#include <mach/mfp.h>
>
> /*
> * common settings for all modules
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/