summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2015-07-31 15:37:23 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 20:30:15 (GMT)
commitc35aaa13794a0c5b752af19993222d08497e7036 (patch)
treef17927190ecafe243a0870f3a6ead5212b74b9fe /arch
parent27d3fd3d0d89030798121718637d6b0ed59e0ca5 (diff)
downloadlinux-c35aaa13794a0c5b752af19993222d08497e7036.tar.xz
coresight: replicator: Use builtin_platform_driver()
Macro builtin_platform_driver can be used for builtin drivers that don't do anything in driver init. This file depends on Kconfig CONFIG_CORESIGHT_LINKS_AND_SINKS which eventually depends on CORESIGHT. Both CONFIG_CORESIGHT_LINKS_AND_SINKS and CORESIGHT are bool. So, use builtin_platform_driver and remove some boilerplate code. Also, remove header file init.h as functionality like module_init and module_exit is now relocated to module.h. Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Suggested-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions