]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/oss/cs4232.c
sound: SH DAC audio driver updates.
[linux-2.6-omap-h63xx.git] / sound / oss / cs4232.c
index c7f86f09c28da1979a5c0e6de7cfde38fd1309d5..b6924c7f1484f5c6c01f1684d3654dec21f7f0fe 100644 (file)
@@ -47,7 +47,6 @@
  *     Marcus Meissner         Added ISA PnP support.
  */
 
-#include <linux/config.h>
 #include <linux/pnp.h>
 #include <linux/module.h>
 #include <linux/init.h>
@@ -405,7 +404,7 @@ static const struct pnp_device_id cs4232_pnp_table[] = {
 
 MODULE_DEVICE_TABLE(pnp, cs4232_pnp_table);
 
-static int cs4232_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id)
+static int __init cs4232_pnp_probe(struct pnp_dev *dev, const struct pnp_device_id *dev_id)
 {
        struct address_info *isapnpcfg;