]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
parport: EXPORT_SYMBOL should follow function
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 28 Oct 2015 09:11:32 +0000 (14:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Jan 2016 00:32:59 +0000 (16:32 -0800)
commit27c6db2655502978c670bd15a1639066ff13c78c
treef9494a100257d37051350e72f98c17af6388a777
parent657e24d35479b3edd84706db082f5e18a2270631
parport: EXPORT_SYMBOL should follow function

All symbols were exported at the end of the file but they are supposed
to be exported just after the function. And checkpatch was complaining
about it.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/share.c