firewire: don't use extern on public symbols
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 26 Apr 2007 05:43:16 +0000 (22:43 -0700)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 26 Apr 2007 23:39:03 +0000 (01:39 +0200)
Make firewire entry points not 'extern':

drivers/firewire/fw-device.c:160:25: warning: function 'fw_device_get' with external linkage has definition
drivers/firewire/fw-device.c:167:13: warning: function 'fw_device_put' with external linkage has definition

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>

No differences found