From: Adrian Bunk Date: Wed, 1 Jun 2005 07:39:11 +0000 (-0500) Subject: Input: kill empty comment in gameport support section of X-Git-Tag: v2.6.13-rc1~51^2~43^2~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cc2d7eeacaff6ccdf407a3555cc3373890f79e01;p=~emulex%2Finfiniband.git Input: kill empty comment in gameport support section of cs4281 ALSA driver. Signed-off-by: Adrian Bunk Signed-off-by: Vojtech Pavlik Signed-off-by: Dmitry Torokhov --- diff --git a/sound/pci/cs4281.c b/sound/pci/cs4281.c index d7e06b3caf9..0b53f7c61f8 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);