diff options
Diffstat (limited to 'sound/oss/ad1848.c')
| -rw-r--r-- | sound/oss/ad1848.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/oss/ad1848.c b/sound/oss/ad1848.c index 98d23bdcaf21..4918b7145b73 100644 --- a/sound/oss/ad1848.c +++ b/sound/oss/ad1848.c @@ -2864,7 +2864,7 @@ static struct {  	{NULL}  }; -static struct isapnp_device_id id_table[] __devinitdata = { +static struct isapnp_device_id id_table[] = {  	{	ISAPNP_VENDOR('C','M','I'), ISAPNP_DEVICE(0x0001),  		ISAPNP_VENDOR('@','@','@'), ISAPNP_FUNCTION(0x0001), 0 },          {       ISAPNP_ANY_ID, ISAPNP_ANY_ID, |