[PATCH] cs46xx.c needs init.h

Stephen Rothwell (sfr@canb.auug.org.au)
Fri, 21 Jun 2002 14:18:16 +1000


Hi,

This patch was included in 2.5.23, but removed in 2.5.24. I guess
I should have sent it to the maintainer in the first place ...

This allows the cs46xx driver to build.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruN 2.5.24/sound/pci/cs46xx/cs46xx.c 2.5.24-sfr.1/sound/pci/cs46xx/cs46xx.c --- 2.5.24/sound/pci/cs46xx/cs46xx.c Fri Jun 21 10:23:42 2002 +++ 2.5.24-sfr.1/sound/pci/cs46xx/cs46xx.c Fri Jun 21 12:30:12 2002 @@ -28,6 +28,7 @@ #include <sound/driver.h> #include <linux/pci.h> #include <linux/time.h> +#include <linux/init.h> #include <sound/core.h> #include <sound/cs46xx.h> #define SNDRV_GET_ID - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/