[PATCH 3/7] ARM i.MX6q: Add GPU, VPU, IPU, and OpenVG resets to System Reset Controller (SRC)
Shawn Guo
shawn.guo at linaro.org
Thu Jan 17 00:31:06 EST 2013
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
More information about the linux-arm-kernel
mailing list