Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63378
b: refs/heads/master
c: 732781d
h: refs/heads/master
v: v3
  • Loading branch information
Charlie Shepherd authored and Linus Torvalds committed Jul 31, 2007
1 parent bff9ed5 commit 635755e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 082c8cb4e5e68c0fd29cc10c59db94d2284fd2b0
refs/heads/master: 732781daa4fcb31f96028bf26a219e53d256ddd2
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/divert/divert_procfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ put_info_buffer(char *cp)
wake_up_interruptible(&(rd_queue));
} /* put_info_buffer */

#ifdef CONFIG_PROC_FS

/**********************************/
/* deflection device read routine */
/**********************************/
Expand Down Expand Up @@ -253,8 +255,6 @@ isdn_divert_ioctl(struct inode *inode, struct file *file,
return copy_to_user((void __user *)arg, &dioctl, sizeof(dioctl)) ? -EFAULT : 0;
} /* isdn_divert_ioctl */


#ifdef CONFIG_PROC_FS
static const struct file_operations isdn_fops =
{
.owner = THIS_MODULE,
Expand Down

0 comments on commit 635755e

Please sign in to comment.