[PATCH v2 04/10] arm: zynq: Load scu baseaddress at run time

Arnd Bergmann arnd at arndb.de
Tue Mar 26 17:44:44 EDT 2013


On Tuesday 26 March 2013, Michal Simek wrote:
> +void __iomem *scu_base;
> +

This cannot be a global variable in a multiplatform kernel. Can you
make it static?

	Arnd



More information about the linux-arm-kernel mailing list