Searched hist:"27 c6db26" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/parport/ |
H A D | share.c | 27c6db26 Wed Oct 28 04:11:32 CDT 2015 Sudip Mukherjee <sudipm.mukherjee@gmail.com> 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> 27c6db26 Wed Oct 28 04:11:32 CDT 2015 Sudip Mukherjee <sudipm.mukherjee@gmail.com> 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>
|