[PATCH][Trivial] sound/pci/intel8x0.c: Fix dangling #endif

From: Theodore Ts'o
Date: Sun Oct 24 2004 - 21:01:14 EST



The following changeset:

ChangeSet@xxxxxxxxxxxx, 2004-10-23 10:31:03+02:00, perex@xxxxxxx
Merge

apparently nuked joystick support in sound/pci/intel8x0.c (whether or
not this was deliberate is not clear) but did so in a way that left the
intel8x0.c file broken with a dangling #endif. The following patch
allows the driver to compile again.

Signed-off-by: Theodore Ts'o <tytso@xxxxxxx>

--- 1.125/sound/pci/intel8x0.c 2004-10-23 05:12:56 -04:00
+++ edited/sound/pci/intel8x0.c 2004-10-24 21:34:10 -04:00
@@ -69,7 +69,6 @@
static int ac97_quirk[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = AC97_TUNE_DEFAULT};
static int buggy_irq[SNDRV_CARDS];
static int xbox[SNDRV_CARDS];
-#endif
#ifdef SUPPORT_MIDI
static int mpu_port[SNDRV_CARDS]; /* disabled */
#endif


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/