[PATCH] removing compilation warning from pl061.h

Baruch Siach baruch at tkos.co.il
Sat Mar 27 15:57:47 EDT 2010


Hi Viresh,

On Fri, Mar 26, 2010 at 03:38:10PM +0530, Viresh KUMAR wrote:
> pl061.h is using u8 type. including <linux/types.h> in pl061.h to avoid
> warning.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar at st.com>

Acked-by: Baruch Siach <baruch at tkos.co.il>

baruch

> ---
>  include/linux/amba/pl061.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h
> index b4fbd98..5ddd9ad 100644
> --- a/include/linux/amba/pl061.h
> +++ b/include/linux/amba/pl061.h
> @@ -1,3 +1,5 @@
> +#include <linux/types.h>
> +
>  /* platform data for the PL061 GPIO driver */
>  
>  struct pl061_platform_data {

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -



More information about the linux-arm-kernel mailing list