[PATCH]: Missing #include linux/config.h in drivers/sound/cmpci.c

Koby Kahane (kobyk@bigfoot.com)
Thu, 03 Jun 1999 21:02:06 +0300


This is a multi-part message in MIME format.
--------------D3212B5612AB28D405037E45
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

The C-Media PCI audio driver (drivers/sound/cmpci.c) doesn't include
linux/config.h and it should (according to make checkconfig). This
patch adds the missing #include. This is against 2.3.5

-
Koby Kahane

--------------D3212B5612AB28D405037E45
Content-Type: text/plain; charset=us-ascii;
name="cmpci.c-2.3.5.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="cmpci.c-2.3.5.diff"

--- linux-2.3.5/drivers/sound/cmpci.c Thu Jun 3 15:12:01 1999
+++ linux/drivers/sound/cmpci.c Thu Jun 3 15:12:13 1999
@@ -62,6 +62,7 @@

/*****************************************************************************/

+#include <linux/config.h>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/string.h>

--------------D3212B5612AB28D405037E45--

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