diff options
author | Vaishali Thakkar <vthakkar1994@gmail.com> | 2015-07-31 09:37:23 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-05 13:30:15 -0700 |
commit | c35aaa13794a0c5b752af19993222d08497e7036 (patch) | |
tree | f17927190ecafe243a0870f3a6ead5212b74b9fe /Documentation/ABI | |
parent | 27d3fd3d0d89030798121718637d6b0ed59e0ca5 (diff) | |
download | blackbird-obmc-linux-c35aaa13794a0c5b752af19993222d08497e7036.tar.gz blackbird-obmc-linux-c35aaa13794a0c5b752af19993222d08497e7036.zip |
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 'Documentation/ABI')
0 files changed, 0 insertions, 0 deletions