aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/core.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-08-27 03:33:26 -0400
committerDavid S. Miller <davem@davemloft.net>2008-08-29 05:14:58 -0400
commit759ee81be6d87c150ea2b300c221b4fec8b5f646 (patch)
tree282aaa15a97bec11d593b3157f1ecbd19cc558a6 /include/sound/core.h
parent12b1c03df10da61e222b86f0e1ece9cdb2a909d6 (diff)
alsa: Remove special SBUS dma support code.
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r--include/sound/core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index 558b96284bd2..821d5a59d28b 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -42,9 +42,6 @@
42#ifdef CONFIG_PCI 42#ifdef CONFIG_PCI
43struct pci_dev; 43struct pci_dev;
44#endif 44#endif
45#ifdef CONFIG_SBUS
46struct sbus_dev;
47#endif
48 45
49/* device allocation stuff */ 46/* device allocation stuff */
50 47