PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)
authorKamil Konieczny <k.konieczny@samsung.com>
Fri, 6 Dec 2019 10:11:29 +0000 (11:11 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 30 Dec 2019 00:59:05 +0000 (09:59 +0900)
commitf9002b169a6ec84612ddec18e460fe82ef811c18
treec22edd170dfc901cac44ddb95046affa20277353
parent1ebd0bc0e8adbfa548335d016ead922cc85fcecd
PM / devfreq: Move declaration of DEVICE_ATTR_RW(min_freq)

Declaration of DEVICE_ATTR_RW(min_freq) is placed after function
max_freq_store. Move it to the correct place after min_freq_show.

Signed-off-by: Kamil Konieczny <k.konieczny@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c