
13 Mar
2012
13 Mar
'12
6:44 a.m.
Hi,
+static void omap_reset_cpu(unsigned long ignored) +{
- writel(PRM_RSTCTRL_RESET, PRM_RSTCTRL);
+} +void reset_cpu(unsigned long ignored)
- __attribute__((weak, alias("omap_reset_cpu")));
Add <linux/compiler.h> and then just: static void __weak omap_reset_cpu(unsigned long ignored)
Yes, i missed this. You reported this last time as well. Sorry for this.
-- Tom