lkml.org 
[lkml]   [1999]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH]: Missing #include linux/config.h in drivers/sound/cmpci.c
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
--- 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>
\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.027 / U:1.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site