aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/davinci-cpufreq.h
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18cpufreq: davinci: move configuration to include/linux/platform_dataBartosz Golaszewski1-0/+19
The header containing the configuration structure for davinci cpufreq driver lives in mach-davinci/include/mach/. This is fine for now but if we want to make davinci part of the multi_v5 build, no code external to mach-davinci should include machine-specific headers. Move the configuration structure to include/linux/platform_data. While we're at it: convert the GPL-2.0 boilerplate to a proper SPDX license identifier. Signed-off-by: Bartosz Golaszewski <[email protected]> Acked-by: Sekhar Nori <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>