Commit 2dee14ed authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add __iomem prefix

BT87x driver
Added __iomem prefix to the mmio pointer.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6024b624
......@@ -162,7 +162,7 @@ struct snd_bt87x {
snd_card_t *card;
struct pci_dev *pci;
void *mmio;
void __iomem *mmio;
int irq;
int dig_rate;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment