diff --git a/[refs] b/[refs] index 808a140378a4..cae352f4166e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cab267c65f44337974e4f1eae490b21dce0e9811 +refs/heads/master: e85f8dcc2750685e50139df4da8bdb68475393fc diff --git a/trunk/sound/oss/cs4232.c b/trunk/sound/oss/cs4232.c index c7f86f09c28d..80f6c08e26e7 100644 --- a/trunk/sound/oss/cs4232.c +++ b/trunk/sound/oss/cs4232.c @@ -405,7 +405,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;