mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xx
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 27 Jun 2016 12:51:38 +0000 (14:51 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 23 Sep 2016 07:35:16 +0000 (09:35 +0200)
commitd9ca77f0eafabb5495542386777ab2833442089b
treed0f075ae2e306ca24ec0f0e330ce0d60f1ef67ad
parentfc6b4d12bc394aa9b5c22aa3a2f5128ad6c84a72
mtd: nand: s3c2410: Register cpufreq notifier only on S3C24xx

The driver registered for CPU frequency transitions to recalculate its
clock when ARM clock frequency changes (ratio between frequencies of
ARM's parent clock (fclk) and clock for peripherals remains fixed).

This is needed only on S3C24xx platform when cpufreq driver is enabled
so limit the ifdef to respective cpufreq Kconfig.

Suggested-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/s3c2410.c