On Sun, Apr 10, 2011 at 05:33:12PM +0200, Domenico Andreoli wrote: > From: Domenico Andreoli <[email protected]> > > This new field allows easy creation of GPIO chips in base of struct arrays. > > Signed-off-by: Domenico Andreoli <[email protected]> > > --- > arch/arm/plat-samsung/include/plat/gpio-core.h | 3 +++ > 1 file changed, 3 insertions(+) > > Index: b/arch/arm/plat-samsung/include/plat/gpio-core.h > =================================================================== > --- a/arch/arm/plat-samsung/include/plat/gpio-core.h 2011-04-07 > 22:43:45.000000000 +0200 > +++ b/arch/arm/plat-samsung/include/plat/gpio-core.h 2011-04-10 > 16:00:39.000000000 +0200 > @@ -71,6 +71,9 @@ > #ifdef CONFIG_PM > u32 pm_save[4]; > #endif > +#ifdef CONFIG_OF_GPIO > + const char *dt_compat; > +#endif
I think you can merge this with the next patch. g. _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
