[PATCH 03/11] parport: EXPORT_SYMBOL should follow function

2015-10-27 Thread Sudip Mukherjee
From: Sudip Mukherjee 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 --- drivers/parport/share.c | 29 + 1 file changed, 13

[PATCH 03/11] parport: EXPORT_SYMBOL should follow function

2015-10-27 Thread Sudip Mukherjee
From: Sudip Mukherjee 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 --- drivers/parport/share.c | 29