diff options
Diffstat (limited to 'sound/aoa/codecs/onyx.c')
-rw-r--r-- | sound/aoa/codecs/onyx.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sound/aoa/codecs/onyx.c b/sound/aoa/codecs/onyx.c index 762af68c8996..270790d384e2 100644 --- a/sound/aoa/codecs/onyx.c +++ b/sound/aoa/codecs/onyx.c | |||
@@ -1132,15 +1132,4 @@ static struct i2c_driver onyx_driver = { | |||
1132 | .id_table = onyx_i2c_id, | 1132 | .id_table = onyx_i2c_id, |
1133 | }; | 1133 | }; |
1134 | 1134 | ||
1135 | static int __init onyx_init(void) | 1135 | module_i2c_driver(onyx_driver); |
1136 | { | ||
1137 | return i2c_add_driver(&onyx_driver); | ||
1138 | } | ||
1139 | |||
1140 | static void __exit onyx_exit(void) | ||
1141 | { | ||
1142 | i2c_del_driver(&onyx_driver); | ||
1143 | } | ||
1144 | |||
1145 | module_init(onyx_init); | ||
1146 | module_exit(onyx_exit); | ||