]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: exynos3250: Move platform driver and of_device_id to init section
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 11 May 2016 12:01:58 +0000 (14:01 +0200)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 2 Jun 2016 09:18:00 +0000 (11:18 +0200)
commit4944615e3f9287f90f1dd4ad3427a86a2bfa62bd
treead56604bb25dc05bc25b03362d05dbfe894c3c6f
parent0a6d47b926e3479fee5f82232ebb5c3ffdef3e25
clk: samsung: exynos3250: Move platform driver and of_device_id to init section

The platform_driver and of_device_id structs can be moved to init
section because they are referenced only from subsys_initcall-level
function.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk-exynos3250.c