summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorBhumika Goyal <bhumirks@gmail.com>2016-09-17 13:09:13 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-17 23:36:53 +0200
commit2751bc918e61a114704f2a6673d316a38878319d (patch)
tree6f24195980f0cffeaaa3661032d21ff4d3b278c9 /firmware
parent2296f5215fd32c371f51a20155f9719b2366b7bf (diff)
Staging: ks7010: Remove extern keyword from function declaration
Remove extern specifier from function declaration as they have it by default. Also move extern declaration from .c files to their respective header file 'ks_hostif.h'. Coccinelle was used to remove extern and other changes were done by hand. Script: @@ identifier func; type T; @@ - extern T func(...); Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions