Dear Detlev Zundel, In message <1237998478-18452-4-git-send-email-...@denx.de> you wrote: > This pretty unintelligent interface is used on some RTC chips. > > Signed-off-by: Detlev Zundel <d...@denx.de> ... > diff --git a/include/tws.h b/include/tws.h > new file mode 100644 > index 0000000..bfa8d58 > --- /dev/null > +++ b/include/tws.h > @@ -0,0 +1,47 @@ ... > +#ifndef _TWS_H_ > +#define _TWS_H_ > + > +#ifndef TWS_SOFT_DECLARATIONS > +# if defined(CONFIG_MPC5xxx) > +# define TWS_SOFT_DECLARATIONS \ > + volatile ioport_t *iop = ioport_addr((immap_t *)CONFIG_SYS_IMMR, I2C_PORT); > +# else > +# define TWS_SOFT_DECLARATIONS > +# endif > +#endif
Indentation not by TAB. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de The typical page layout program is nothing more than an electronic light table for cutting and pasting documents. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot