summaryrefslogtreecommitdiff
path: root/include/sound/ac97/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/ac97/codec.h')
-rw-r--r--include/sound/ac97/codec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/ac97/codec.h b/include/sound/ac97/codec.h
index 9792d25fa369..2fc641cb1982 100644
--- a/include/sound/ac97/codec.h
+++ b/include/sound/ac97/codec.h
@@ -63,7 +63,7 @@ struct ac97_codec_device {
struct ac97_codec_driver {
struct device_driver driver;
int (*probe)(struct ac97_codec_device *);
- int (*remove)(struct ac97_codec_device *);
+ void (*remove)(struct ac97_codec_device *dev);
void (*shutdown)(struct ac97_codec_device *);
const struct ac97_id *id_table;
};