On Wed, Jan 16, 2013 at 05:13:03PM +0100, Philipp Zabel wrote: > #include <linux/of.h> > #include <linux/of_address.h> > #include <linux/smp.h> > +#include <linux/reset-controller.h>
Move it one line above to have it sorted. > #include <asm/smp_plat.h> ... > --- /dev/null > +++ b/include/linux/imx-src.h > @@ -0,0 +1,6 @@ > +#ifndef __IMX_SRC_H__ > +#define __IMX_SRC_H__ > + > +extern int imx_src_reset(int sw_reset_idx); > + > +#endif /* __IMX_SRC_H__ */ This is header is not needed any more. Shawn _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
