aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2019-11-05 08:14:59 +0100
committerTakashi Iwai <tiwai@suse.de>2019-11-11 09:14:07 +0100
commit2bc1e1fdd0fc54ef6aee14c7710af21ce816b398 (patch)
tree267edf930a8b2baa5c646fa3065b7175bf3623bc
parentmedia: tw686x: audio: Avoid non-standard macro usage (diff)
downloadlinux-dev-2bc1e1fdd0fc54ef6aee14c7710af21ce816b398.tar.xz
linux-dev-2bc1e1fdd0fc54ef6aee14c7710af21ce816b398.zip
ALSA: memalloc: Drop snd_dma_pci_data() macro
Now that all users have been converted, we can drop snd_dma_pci_data() macro definition. Link: https://lore.kernel.org/r/20191108164637.1110-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/sound/memalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/memalloc.h b/include/sound/memalloc.h
index 6ada3b8ede4e..3b47832b1c1f 100644
--- a/include/sound/memalloc.h
+++ b/include/sound/memalloc.h
@@ -21,7 +21,6 @@ struct snd_dma_device {
struct device *dev; /* generic device */
};
-#define snd_dma_pci_data(pci) (&(pci)->dev)
#define snd_dma_continuous_data(x) ((struct device *)(__force unsigned long)(x))