forked from mirrors/linux
		
	ALSA: memalloc: remove snd_dma_sg_ops declaration
snd_dma_sg_ops has been removed since
commit 2c95b92ecd ("ALSA: memalloc: Unify x86 SG-buffer handling
(take#3)"), so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220909035443.1065737-3-cuigaosheng1@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
			
			
This commit is contained in:
		
							parent
							
								
									a0e3a293bc
								
							
						
					
					
						commit
						5a55b51a3d
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -13,8 +13,4 @@ struct snd_malloc_ops {
 | 
				
			||||||
	void (*sync)(struct snd_dma_buffer *dmab, enum snd_dma_sync_mode mode);
 | 
						void (*sync)(struct snd_dma_buffer *dmab, enum snd_dma_sync_mode mode);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CONFIG_SND_DMA_SGBUF
 | 
					 | 
				
			||||||
extern const struct snd_malloc_ops snd_dma_sg_ops;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif /* __MEMALLOC_LOCAL_H */
 | 
					#endif /* __MEMALLOC_LOCAL_H */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue