diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-06-01 02:39:11 -0500 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-06-01 02:39:11 -0500 |
commit | cc2d7eeacaff6ccdf407a3555cc3373890f79e01 (patch) | |
tree | ed9575e126b1d37757a33d37bdab30afa0d0b455 /sound/pci | |
parent | 5d503e5cf42de82fc091ef641fd0b0fe027fc180 (diff) | |
download | kernel_samsung_espresso10-cc2d7eeacaff6ccdf407a3555cc3373890f79e01.zip kernel_samsung_espresso10-cc2d7eeacaff6ccdf407a3555cc3373890f79e01.tar.gz kernel_samsung_espresso10-cc2d7eeacaff6ccdf407a3555cc3373890f79e01.tar.bz2 |
Input: kill empty comment in gameport support section of
cs4281 ALSA driver.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/cs4281.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index d7e06b3..0b53f7c 100644 --- a/sound/pci/cs4281.c +++ b/sound/pci/cs4281.c @@ -1335,11 +1335,6 @@ static inline int snd_cs4281_create_gameport(cs4281_t *chip) { return -ENOSYS; } static inline void snd_cs4281_free_gameport(cs4281_t *chip) { } #endif /* CONFIG_GAMEPORT || (MODULE && CONFIG_GAMEPORT_MODULE) */ - -/* - - */ - static int snd_cs4281_free(cs4281_t *chip) { snd_cs4281_free_gameport(chip); |