summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-23 11:37:59 -0700
committerJoe Perches <joe@perches.com>2013-09-24 12:52:53 -0700
commit00aef9867ee9d0de8380c3e65c1ca41698fc9949 (patch)
tree44c50eb9b5cfa9809df0dfdfab6ef00203981e1c /drivers/block
parent8a1a0ae11cbf80cacee40abc9af8a8ef16aaaf36 (diff)
downloadlinux-00aef9867ee9d0de8380c3e65c1ca41698fc9949.tar.gz
linux-00aef9867ee9d0de8380c3e65c1ca41698fc9949.tar.bz2
linux-00aef9867ee9d0de8380c3e65c1ca41698fc9949.zip
sfc: Remove extern from function prototypes
There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <joe@perches.com>
Diffstat (limited to 'drivers/block')
0 files changed, 0 insertions, 0 deletions