commit | 17a529d09975ef85ae3d67ba28a01f10fafd54b5 | [log] [tgz] |
---|---|---|
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | Thu Nov 07 02:36:33 2019 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Jan 03 16:21:56 2020 +0100 |
tree | 4544a9c272e2e11986a61cf810fe3d87a4c12e0e | |
parent | 080d89f522e2baddb4fbbd1af4b67b5f92537ef8 [diff] |
media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding function dvb_dummy_fe.c had all its EXPORT_SYMBOL macros located at the end of the file. Now these are located directly below the symbol they are exporting for increased readability. Suggested-by: Shuah Khan <skhan@linuxfoundation.org> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>