Commit 5a3babfc authored by Heiko Stübner's avatar Heiko Stübner Committed by Olof Johansson
Browse files

clk: samsung: clk-s3c2410-dlck: do not use PNAME macro as it declares __initdata



The originally used PNAME macro from the core samsung clock infrastructure
declares the created array as initdata, creating section mismatch warnings
in the dclk driver.

Thus declare them directly, removing these warning.

Reported-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent c40f0128
Supports Markdown
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