]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/oss/route.c
hwmon: (adm1025) Convert to a new-style i2c driver
[linux-2.6-omap-h63xx.git] / sound / core / oss / route.c
index 46917dc0196b3bae00de5f08350219f3e9a24d1f..da7ab7a3e82cdd51d51a11cc3e2bf935bbc464c9 100644 (file)
  *
  */
 
-#include <sound/driver.h>
-
-#ifdef CONFIG_SND_PCM_OSS_PLUGINS
-
 #include <linux/slab.h>
 #include <linux/time.h>
 #include <sound/core.h>
@@ -108,5 +104,3 @@ int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug,
        *r_plugin = plugin;
        return 0;
 }
-
-#endif