fsi: cleanup extern usage in function definition
authorTom Rix <trix@redhat.com>
Sun, 3 Apr 2022 14:09:37 +0000 (10:09 -0400)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Sep 2022 11:40:57 +0000 (21:10 +0930)
commit362fbc830a7ecd440d797c2ddce53020fd1020f5
tree03d2041de2693c5198f26facc25bafae58998cbf
parentd3e1e24604031b0d83b6c2d38f54eeea265cfcc0
fsi: cleanup extern usage in function definition

Smatch reports these issues
fsi-core.c:395:12: warning: function 'fsi_slave_claim_range'
  with external linkage has definition
fsi-core.c:409:13: warning: function 'fsi_slave_release_range'
  with external linkage has definition

The storage-class-specifier extern is not needed in a
definition, so remove it.

Signed-off-by: Tom Rix <trix@redhat.com>
Link: https://lore.kernel.org/r/20220403140937.3833578-1-trix@redhat.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
drivers/fsi/fsi-core.c