]> git.baikalelectronics.ru Git - kernel.git/commit
potential parse error in ifdef
authorYoann Padioleau <padator@wanadoo.fr>
Fri, 1 Jun 2007 07:46:35 +0000 (00:46 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 1 Jun 2007 15:18:27 +0000 (08:18 -0700)
commit3fbbc9a982625d309735d5aa8b0152da018cf5ad
tree3d6f7f12f89dd3ec7733c09042420cfac9114989
parent618e9795f3decf958e7f800e7629d0f46a5ef9ba
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>
drivers/char/watchdog/ixp2000_wdt.c
drivers/mtd/devices/pmc551.c
drivers/mtd/nand/autcpu12.c
drivers/mtd/nand/ppchameleonevb.c
drivers/net/amd8111e.c
drivers/net/amd8111e.h
drivers/net/skfp/smt.c
drivers/scsi/aic7xxx/aic79xx_core.c
sound/arm/sa11xx-uda1341.c