diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-02-06 04:36:36 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:02 -0500 |
| commit | 83bad1d764b836a482b88e0a1f44d7a5c3e1fee0 (patch) | |
| tree | 2fe0844d81a178ab51c22f41accef9b332ea86b6 /include/linux | |
| parent | b4cf9c342a2887f425780c23ad2be3077949cee2 (diff) | |
scheduled OSS driver removal
This patch contains the scheduled removal of OSS drivers whose config
options have been removed in 2.6.23.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ac97_codec.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/ac97_codec.h b/include/linux/ac97_codec.h index 22eb9367235a..0260c3e79fdd 100644 --- a/include/linux/ac97_codec.h +++ b/include/linux/ac97_codec.h | |||
| @@ -326,11 +326,7 @@ struct ac97_ops | |||
| 326 | #define AC97_DEFAULT_POWER_OFF 4 /* Needs warm reset to power up */ | 326 | #define AC97_DEFAULT_POWER_OFF 4 /* Needs warm reset to power up */ |
| 327 | }; | 327 | }; |
| 328 | 328 | ||
| 329 | extern int ac97_read_proc (char *page_out, char **start, off_t off, | ||
| 330 | int count, int *eof, void *data); | ||
| 331 | extern int ac97_probe_codec(struct ac97_codec *); | 329 | extern int ac97_probe_codec(struct ac97_codec *); |
| 332 | extern unsigned int ac97_set_adc_rate(struct ac97_codec *codec, unsigned int rate); | ||
| 333 | extern unsigned int ac97_set_dac_rate(struct ac97_codec *codec, unsigned int rate); | ||
| 334 | 330 | ||
| 335 | extern struct ac97_codec *ac97_alloc_codec(void); | 331 | extern struct ac97_codec *ac97_alloc_codec(void); |
| 336 | extern void ac97_release_codec(struct ac97_codec *codec); | 332 | extern void ac97_release_codec(struct ac97_codec *codec); |
| @@ -363,7 +359,4 @@ struct ac97_quirk { | |||
| 363 | int type; /* quirk type above */ | 359 | int type; /* quirk type above */ |
| 364 | }; | 360 | }; |
| 365 | 361 | ||
| 366 | struct pci_dev; | ||
| 367 | extern int ac97_tune_hardware(struct pci_dev *pdev, struct ac97_quirk *quirk, int override); | ||
| 368 | |||
| 369 | #endif /* _AC97_CODEC_H_ */ | 362 | #endif /* _AC97_CODEC_H_ */ |
