summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dahdi/wcte12xp/base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index b10a2fb..0d6044b 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -145,7 +145,7 @@ static void resend_cmds(struct t1 *wc)
spin_unlock_irqrestore(&wc->cmd_list_lock, flags);
}
-static void cmd_dequeue(struct t1 *wc, volatile unsigned char *writechunk, int eframe, int slot)
+static void cmd_dequeue(struct t1 *wc, unsigned char *writechunk, int eframe, int slot)
{
struct command *curcmd=NULL;
u16 address;
@@ -188,7 +188,7 @@ static void cmd_dequeue(struct t1 *wc, volatile unsigned char *writechunk, int e
}
-static inline void cmd_decipher(struct t1 *wc, volatile unsigned char *readchunk)
+static inline void cmd_decipher(struct t1 *wc, unsigned char *readchunk)
{
struct command *cmd = NULL;
unsigned long flags;