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
Kconfig -rw-r--r-- 18.7 KB
Makefile -rw-r--r-- 2.2 KB
blktrace.c -rw-r--r-- 42.9 KB
ftrace.c -rw-r--r-- 115.9 KB
power-traces.c -rw-r--r-- 330 bytes
ring_buffer.c -rw-r--r-- 128.7 KB
ring_buffer_benchmark.c -rw-r--r-- 10.5 KB
rpm-traces.c -rw-r--r-- 474 bytes
trace.c -rw-r--r-- 162.4 KB
trace.h -rw-r--r-- 40.1 KB
trace_benchmark.c -rw-r--r-- 4.3 KB
trace_benchmark.h -rw-r--r-- 836 bytes
trace_branch.c -rw-r--r-- 9.1 KB
trace_clock.c -rw-r--r-- 3.2 KB
trace_entries.h -rw-r--r-- 7.4 KB
trace_event_perf.c -rw-r--r-- 8.5 KB
trace_events.c -rw-r--r-- 60.3 KB
trace_events_filter.c -rw-r--r-- 54.2 KB
trace_events_filter_test.h -rw-r--r-- 1.0 KB
trace_events_trigger.c -rw-r--r-- 34.7 KB
trace_export.c -rw-r--r-- 5.2 KB
trace_functions.c -rw-r--r-- 13.0 KB
trace_functions_graph.c -rw-r--r-- 38.2 KB
trace_irqsoff.c -rw-r--r-- 17.4 KB
trace_kdb.c -rw-r--r-- 3.1 KB
trace_kprobe.c -rw-r--r-- 36.4 KB
trace_mmiotrace.c -rw-r--r-- 9.1 KB
trace_nop.c -rw-r--r-- 2.2 KB
trace_output.c -rw-r--r-- 32.3 KB
trace_output.h -rw-r--r-- 1.7 KB
trace_printk.c -rw-r--r-- 8.4 KB
trace_probe.c -rw-r--r-- 17.4 KB
trace_probe.h -rw-r--r-- 11.2 KB
trace_sched_switch.c -rw-r--r-- 5.8 KB
trace_sched_wakeup.c -rw-r--r-- 17.3 KB
trace_selftest.c -rw-r--r-- 26.3 KB
trace_selftest_dynamic.c -rw-r--r-- 168 bytes
trace_stack.c -rw-r--r-- 10.8 KB
trace_stat.c -rw-r--r-- 7.6 KB
trace_stat.h -rw-r--r-- 973 bytes
trace_syscalls.c -rw-r--r-- 18.6 KB
trace_uprobe.c -rw-r--r-- 30.5 KB

back to top