Commit cd65ed88 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix iomem warnings in amd7930 sound driver.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fe639218
...@@ -314,7 +314,7 @@ struct amd7930_map { ...@@ -314,7 +314,7 @@ struct amd7930_map {
typedef struct snd_amd7930 { typedef struct snd_amd7930 {
spinlock_t lock; spinlock_t lock;
unsigned long regs; void __iomem *regs;
u32 flags; u32 flags;
#define AMD7930_FLAG_PLAYBACK 0x00000001 #define AMD7930_FLAG_PLAYBACK 0x00000001
#define AMD7930_FLAG_CAPTURE 0x00000002 #define AMD7930_FLAG_CAPTURE 0x00000002
......
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