sound: Retire OSS
[linux-2.6-microblaze.git] / sound / oss / mpu401.h
diff --git a/sound/oss/mpu401.h b/sound/oss/mpu401.h
deleted file mode 100644 (file)
index 0ad1e9e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-/*     From uart401.c */
-int probe_uart401 (struct address_info *hw_config, struct module *owner);
-void unload_uart401 (struct address_info *hw_config);
-
-irqreturn_t uart401intr (int irq, void *dev_id);
-
-/*     From mpu401.c */
-int probe_mpu401(struct address_info *hw_config, struct resource *ports);
-int attach_mpu401(struct address_info * hw_config, struct module *owner);
-void unload_mpu401(struct address_info *hw_info);