Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/scsi/aic7xxx
Yoann Padioleau 632155e659 potential parse error in ifdef
I have made a tool to parse the kernel that does not pre-process the
source.  That means that my parser tries to parse all the code, including
code in the #else branch or code that is not often compiled because the
driver is not very used (or not used at all).  So, my parser sometimes
reports parse error not originally detected by gcc.  Here is my (first)
patch.

[akpm@linux-foundation.org: fix amd8111e.c]
Signed-off-by: Yoann Padioleau <padator@wanadoo.fr>
Acked-by: Matthew Wilcox <matthew@wil.cx>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Acked-by: James Bottomley <James.Bottomley@steeleye.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-06-01 08:18:27 -07:00
..
aicasm [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6 2007-05-22 14:08:59 -05:00
.gitignore
aic7xxx.h [SCSI] aic7xxx: make functions static 2007-04-01 10:17:10 -05:00
aic7xxx.reg
aic7xxx.seq
aic7xxx_93cx6.c
aic7xxx_93cx6.h
aic7xxx_core.c [SCSI] aic7xxx: make functions static 2007-04-01 10:17:10 -05:00
aic7xxx_inline.h
aic7xxx_osm.c
aic7xxx_osm.h header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
aic7xxx_osm_pci.c
aic7xxx_pci.c
aic7xxx_pci.h
aic7xxx_proc.c
aic7xxx_reg.h_shipped
aic7xxx_reg_print.c_shipped
aic7xxx_seq.h_shipped
aic79xx.h
aic79xx.reg
aic79xx.seq
aic79xx_core.c potential parse error in ifdef 2007-06-01 08:18:27 -07:00
aic79xx_inline.h
aic79xx_osm.c [SCSI] aic7xxx: make functions static 2007-04-01 10:17:10 -05:00
aic79xx_osm.h header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
aic79xx_osm_pci.c [SCSI] aic79xx: use dma_get_required_mask() 2007-02-10 12:58:06 -06:00
aic79xx_pci.c Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
aic79xx_pci.h
aic79xx_proc.c
aic79xx_reg.h_shipped
aic79xx_reg_print.c_shipped
aic79xx_seq.h_shipped
aic7770.c
aic7770_osm.c
aiclib.c
aiclib.h
cam.h
Kconfig.aic7xxx [SCSI] Remove some unused SCSI-related kernel config variables. 2007-04-01 10:11:16 -05:00
Kconfig.aic79xx [SCSI] Remove some unused SCSI-related kernel config variables. 2007-04-01 10:11:16 -05:00
Makefile
queue.h
scsi_iu.h
scsi_message.h