Re: [PATCH] ARM: dts: Protect pinctrl headers against multiple inclusions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 11 Jun 2013 16:50:50 +0200, Florian Vaussard <florian.vaussard@xxxxxxx> wrote:
> Pinctrl headers were not protected with #ifndef.
> 
> Signed-off-by: Florian Vaussard <florian.vaussard@xxxxxxx>

Obviously this needs to go in via whatever tree added the modified
header files.

Acked-by: Grant Likely <grant.likely@xxxxxxxxxxxx>

> ---
>  include/dt-bindings/pinctrl/am33xx.h |    5 +++++
>  include/dt-bindings/pinctrl/omap.h   |    5 +++++
>  2 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/include/dt-bindings/pinctrl/am33xx.h b/include/dt-bindings/pinctrl/am33xx.h
> index a3fddd4..469e032 100644
> --- a/include/dt-bindings/pinctrl/am33xx.h
> +++ b/include/dt-bindings/pinctrl/am33xx.h
> @@ -2,6 +2,9 @@
>   * This header provides constants specific to AM33XX pinctrl bindings.
>   */
>  
> +#ifndef _DT_BINDINGS_PINCTRL_AM33XX_H
> +#define _DT_BINDINGS_PINCTRL_AM33XX_H
> +
>  #include <include/dt-bindings/pinctrl/omap.h>
>  
>  /* am33xx specific mux bit defines */
> @@ -35,3 +38,5 @@
>  #undef PIN_OFF_INPUT_PULLDOWN
>  #undef PIN_OFF_WAKEUPENABLE
>  
> +#endif
> +
> diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h
> index 370df3f..edbd250 100644
> --- a/include/dt-bindings/pinctrl/omap.h
> +++ b/include/dt-bindings/pinctrl/omap.h
> @@ -5,6 +5,9 @@
>   * Copyright (C) 2009-2010 Texas Instruments
>   */
>  
> +#ifndef _DT_BINDINGS_PINCTRL_OMAP_H
> +#define _DT_BINDINGS_PINCTRL_OMAP_H
> +
>  /* 34xx mux mode options for each pin. See TRM for options */
>  #define MUX_MODE0	0
>  #define MUX_MODE1	1
> @@ -48,3 +51,5 @@
>  #define PIN_OFF_INPUT_PULLDOWN	(OFF_EN | OFF_PULL_EN)
>  #define PIN_OFF_WAKEUPENABLE	WAKEUP_EN
>  
> +#endif
> +
> -- 
> 1.7.5.4
> 
> _______________________________________________
> devicetree-discuss mailing list
> devicetree-discuss@xxxxxxxxxxxxxxxx
> https://lists.ozlabs.org/listinfo/devicetree-discuss

-- 
Grant Likely, B.Sc, P.Eng.
Secret Lab Technologies, Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux