Revision 8902b10787c5a6e939c7adfe908c72404196052a authored by Chen Gang on 09 May 2014, 01:19:39 UTC, committed by Guan Xuetao on 20 June 2014, 00:22:39 UTC
The direct cause is IRQ_SPI is already defined as a macro in unicore32
architecture (also, blackfin and mips architectures define it). The
related error (unicore32  with allmodconfig)

    CC [M]  drivers/scsi/mvsas/mv_94xx.o
  In file included from drivers/scsi/mvsas/mv_94xx.c:27:
  drivers/scsi/mvsas/mv_94xx.h:176: error: expected identifier before numeric constant

And IRQ_SAS_A and IRQ_SAS_B are used as 'u32' (although "enum
pci_interrupt_cause" is not used directly, now).

All together, need add 'MVS_' for "enum pci_interrupt_cause".

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
1 parent 8065042
History
File Mode Size
src
CHANGES -rw-r--r-- 4.6 KB
MISC -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 309 bytes
README -rw-r--r-- 2.8 KB
TEST.DOC -rw-r--r-- 7.7 KB
fplsp.doc -rw-r--r-- 7.8 KB
fplsp.sa -rw-r--r-- 87.4 KB
fpsp.doc -rw-r--r-- 10.1 KB
fpsp.sa -rw-r--r-- 169.4 KB
fskeleton.S -rw-r--r-- 10.4 KB
ftest.sa -rw-r--r-- 16.7 KB
ilsp.doc -rw-r--r-- 6.0 KB
ilsp.sa -rw-r--r-- 4.5 KB
iskeleton.S -rw-r--r-- 9.7 KB
isp.doc -rw-r--r-- 8.4 KB
isp.sa -rw-r--r-- 19.5 KB
itest.sa -rw-r--r-- 57.5 KB
os.S -rw-r--r-- 10.3 KB
pfpsp.sa -rw-r--r-- 77.7 KB

README

back to top