diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/oss/dmasound/dac3550a.c | 1 | ||||
-rw-r--r-- | sound/oss/dmasound/tas_common.c | 1 | ||||
-rw-r--r-- | sound/ppc/keywest.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sound/oss/dmasound/dac3550a.c b/sound/oss/dmasound/dac3550a.c index 835e0cfc3bf3..7360d8954d60 100644 --- a/sound/oss/dmasound/dac3550a.c +++ b/sound/oss/dmasound/dac3550a.c | |||
@@ -42,7 +42,6 @@ static int daca_detach_client(struct i2c_client *client); | |||
42 | 42 | ||
43 | struct i2c_driver daca_driver = { | 43 | struct i2c_driver daca_driver = { |
44 | .driver = { | 44 | .driver = { |
45 | .owner = THIS_MODULE, | ||
46 | .name = "DAC3550A driver V " DACA_VERSION, | 45 | .name = "DAC3550A driver V " DACA_VERSION, |
47 | }, | 46 | }, |
48 | .id = I2C_DRIVERID_DACA, | 47 | .id = I2C_DRIVERID_DACA, |
diff --git a/sound/oss/dmasound/tas_common.c b/sound/oss/dmasound/tas_common.c index bd6910af286c..81315996c0f1 100644 --- a/sound/oss/dmasound/tas_common.c +++ b/sound/oss/dmasound/tas_common.c | |||
@@ -48,7 +48,6 @@ static int tas_detach_client(struct i2c_client *); | |||
48 | 48 | ||
49 | struct i2c_driver tas_driver = { | 49 | struct i2c_driver tas_driver = { |
50 | .driver = { | 50 | .driver = { |
51 | .owner = THIS_MODULE, | ||
52 | .name = "tas", | 51 | .name = "tas", |
53 | }, | 52 | }, |
54 | .attach_adapter = tas_attach_adapter, | 53 | .attach_adapter = tas_attach_adapter, |
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index d532924b5a5a..6058c2dd1b7f 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c | |||
@@ -42,7 +42,6 @@ static int keywest_detach_client(struct i2c_client *client); | |||
42 | 42 | ||
43 | struct i2c_driver keywest_driver = { | 43 | struct i2c_driver keywest_driver = { |
44 | .driver = { | 44 | .driver = { |
45 | .owner = THIS_MODULE, | ||
46 | .name = "PMac Keywest Audio", | 45 | .name = "PMac Keywest Audio", |
47 | }, | 46 | }, |
48 | .id = I2C_DRIVERID_KEYWEST, | 47 | .id = I2C_DRIVERID_KEYWEST, |