diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-03 14:04:31 (GMT) |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 17:19:10 (GMT) |
commit | 79bc14813cd7e1b75d2e4cbbc17043261cf4bcdc (patch) | |
tree | 6b090baa08ac80861b86fa2f41c89058211ce06a /Documentation/sysfs-rules.txt | |
parent | 2f3edc6936e3f6be3f1df1e89c141ae028fa605e (diff) | |
download | linux-fsl-qoriq-79bc14813cd7e1b75d2e4cbbc17043261cf4bcdc.tar.xz |
[SCSI] libsas: fix missing inlines in header file
Two functions in include/scsi/sas_ata.h don't have static inlines
leading to problems if they're built in:
On Thu, 2008-04-03 at 14:06 +0200, Toralf Förster wrote:
> drivers/scsi/mvsas.o: In function `sas_ata_init_host_and_port':
> mvsas.c:(.text+0x0): multiple definition of `sas_ata_init_host_and_port'
> drivers/scsi/libsas/built-in.o:(.text+0x37f4): first defined here
> drivers/scsi/mvsas.o: In function `sas_ata_task_abort':
> mvsas.c:(.text+0x7): multiple definition of `sas_ata_task_abort'
> drivers/scsi/libsas/built-in.o:(.text+0x37fb): first defined here
> make[2]: *** [drivers/scsi/built-in.o] Error 1
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2
Add the correct static inline modifiers.
Tested-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'Documentation/sysfs-rules.txt')
0 files changed, 0 insertions, 0 deletions