hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/oss/dmasound/dmasound.h
....@@ -88,11 +88,7 @@
8888 */
8989
9090 extern int dmasound_init(void);
91
-#ifdef MODULE
9291 extern void dmasound_deinit(void);
93
-#else
94
-#define dmasound_deinit() do { } while (0)
95
-#endif
9692
9793 /* description of the set-up applies to either hard or soft settings */
9894
....@@ -114,9 +110,7 @@
114110 void *(*dma_alloc)(unsigned int, gfp_t);
115111 void (*dma_free)(void *, unsigned int);
116112 int (*irqinit)(void);
117
-#ifdef MODULE
118113 void (*irqcleanup)(void);
119
-#endif
120114 void (*init)(void);
121115 void (*silence)(void);
122116 int (*setFormat)(int);