summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus/voicebus.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-03-01 08:14:17 +0000
committerShaun Ruffell <sruffell@digium.com>2010-03-01 08:14:17 +0000
commit2030ccd92765b542c80d7d55a9fb79c897e1372c (patch)
treecf242017a19ad953a052820c17036931e407f42f /drivers/dahdi/voicebus/voicebus.h
parent214210cc1a8396ec59a283e7d2da3c1aa3186a01 (diff)
wcte12xp, wctdm24xxp: Use memory mapped IO instead of port IO.
Some systems do not like the port I/O and this change allows it to work. DAHDI-515. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8176 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/voicebus/voicebus.h')
-rw-r--r--drivers/dahdi/voicebus/voicebus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/voicebus/voicebus.h b/drivers/dahdi/voicebus/voicebus.h
index 4551cda..ed7b590 100644
--- a/drivers/dahdi/voicebus/voicebus.h
+++ b/drivers/dahdi/voicebus/voicebus.h
@@ -105,7 +105,7 @@ struct voicebus {
u8 *idle_vbb;
dma_addr_t idle_vbb_dma_addr;
const int *debug;
- u32 iobase;
+ void __iomem *iobase;
struct tasklet_struct tasklet;
#if defined(CONFIG_VOICEBUS_TIMER)