summaryrefslogtreecommitdiffstats
path: root/sound/oss/ad1848.c
diff options
context:
space:
mode:
authorBill Pemberton2012-12-06 18:35:17 +0100
committerTakashi Iwai2012-12-07 07:30:49 +0100
commit9921041452ef6bd12a47e5b3e324d07e84629e03 (patch)
treeb7b34a99e512323ac6ee67f941ea51474c95df19 /sound/oss/ad1848.c
parentALSA: parisc/harmony: remove __dev* attributes (diff)
downloadkernel-qcow2-linux-9921041452ef6bd12a47e5b3e324d07e84629e03.tar.gz
kernel-qcow2-linux-9921041452ef6bd12a47e5b3e324d07e84629e03.tar.xz
kernel-qcow2-linux-9921041452ef6bd12a47e5b3e324d07e84629e03.zip
sound: oss: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/ad1848.c')
-rw-r--r--sound/oss/ad1848.c2
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,