]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/pci/trident/trident.c
[ALSA] Remove sound/driver.h
[linux-2.6-omap-h63xx.git] / sound / pci / trident / trident.c
index 84884567df6a6586cf0fb40cfac21769664127ac..d94b16ffb38554660a8bd2647ad4d9024be2927f 100644 (file)
@@ -21,7 +21,6 @@
  *
  */
 
-#include <sound/driver.h>
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/time.h>
@@ -155,13 +154,6 @@ static int __devinit snd_trident_probe(struct pci_dev *pci,
                return err;
        }
 
-#if defined(CONFIG_SND_SEQUENCER) || (defined(MODULE) && defined(CONFIG_SND_SEQUENCER_MODULE))
-       if ((err = snd_trident_attach_synthesizer(trident)) < 0) {
-               snd_card_free(card);
-               return err;
-       }
-#endif
-
        snd_trident_create_gameport(trident);
 
        if ((err = snd_card_register(card)) < 0) {