ALSA: pcm: Unexport snd_pcm_sgbuf_ops_page
[linux-2.6-block.git] / include / sound / pcm.h
index bbe6eb1ff5d2290e116a08b1bff5d186240ba39d..2c0aa884f5f1188d724ba6f9a8df50bd1701ad45 100644 (file)
@@ -1236,14 +1236,6 @@ static inline int snd_pcm_lib_alloc_vmalloc_32_buffer
  */
 #define snd_pcm_substream_sgbuf(substream) \
        snd_pcm_get_dma_buf(substream)->private_data
-
-struct page *snd_pcm_sgbuf_ops_page(struct snd_pcm_substream *substream,
-                                   unsigned long offset);
-#else /* !SND_DMA_SGBUF */
-/*
- * fake using a continuous buffer
- */
-#define snd_pcm_sgbuf_ops_page NULL
 #endif /* SND_DMA_SGBUF */
 
 /**