proc: remove PDE_DATA() completely
[linux-2.6-microblaze.git] / sound / core / info.c
index a451b24..782fba8 100644 (file)
@@ -234,7 +234,7 @@ static int snd_info_entry_mmap(struct file *file, struct vm_area_struct *vma)
 
 static int snd_info_entry_open(struct inode *inode, struct file *file)
 {
-       struct snd_info_entry *entry = PDE_DATA(inode);
+       struct snd_info_entry *entry = pde_data(inode);
        struct snd_info_private_data *data;
        int mode, err;
 
@@ -365,7 +365,7 @@ static int snd_info_seq_show(struct seq_file *seq, void *p)
 
 static int snd_info_text_entry_open(struct inode *inode, struct file *file)
 {
-       struct snd_info_entry *entry = PDE_DATA(inode);
+       struct snd_info_entry *entry = pde_data(inode);
        struct snd_info_private_data *data;
        int err;