[COMMON] soc: samsung: fix to declare platform driver for exynos-chipid
authorHosung Kim <hosung0.kim@samsung.com>
Fri, 19 Jun 2015 12:58:42 +0000 (21:58 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Wed, 2 May 2018 01:52:21 +0000 (10:52 +0900)
commitc7a5de0f9f6de5eab2127f15f756b89a15093fa9
treee1cd379c0da511016bc4d5b176c05130c94eb633
parent414daa4018234e84c193e71a596139a33f09788c
[COMMON] soc: samsung: fix to declare platform driver for exynos-chipid

This commit fixes that exynos-chipid declared the platform driver
structure with __initdata section. The platform driver is used always
seaching by kernel platform driver framework.
If it is declared with __initdata, it's region is released by kernel
after booting.

Change-Id: I5776ff20d877a021c42f01d05d4cb2a1a6a24939
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
drivers/soc/samsung/exynos-chipid.c