Skip to content
Commit 176a107b authored by Kevin Hao's avatar Kevin Hao Committed by Michael Turquette
Browse files

Revert "clk: ppc-corenet: Fix Section mismatch warning"

This reverts commit da788acb

.

That commit tried to fix the section mismatch warning by moving the
ppc_corenet_clk_driver struct to init section. This is definitely wrong
because the kernel would free the memories occupied by this struct
after boot while this driver is still registered in the driver core.
The kernel would panic when accessing this driver struct.

Cc: stable@vger.kernel.org # 3.17
Signed-off-by: default avatarKevin Hao <haokexin@gmail.com>
Acked-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarMichael Turquette <mturquette@linaro.org>
parent a5e1baf7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment