diff options
Diffstat (limited to 'drivers/isdn/hardware/avm/b1dma.c')
| -rw-r--r-- | drivers/isdn/hardware/avm/b1dma.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/avm/b1dma.c b/drivers/isdn/hardware/avm/b1dma.c index 0896aa86fc0..19b113faeb7 100644 --- a/drivers/isdn/hardware/avm/b1dma.c +++ b/drivers/isdn/hardware/avm/b1dma.c @@ -944,7 +944,7 @@ static int b1dmactl_proc_show(struct seq_file *m, void *v)  static int b1dmactl_proc_open(struct inode *inode, struct file *file)  { -	return single_open(file, b1dmactl_proc_show, PDE(inode)->data); +	return single_open(file, b1dmactl_proc_show, PDE_DATA(inode));  }  const struct file_operations b1dmactl_proc_fops = {  |