Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75873
b: refs/heads/master
c: 4f01469
h: refs/heads/master
i:
  75871: d78c6aa
v: v3
  • Loading branch information
Jan Engelhardt authored and Greg Kroah-Hartman committed Jan 25, 2008
1 parent 15ff3d5 commit b41f5da
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: ae72cddb2338bc36b991674a56a7bf70ae104d9e
refs/heads/master: 4f0146919be6bff47b5ea97252bcec0286e4dd19
4 changes: 2 additions & 2 deletions trunk/drivers/uio/uio.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct uio_device {

static int uio_major;
static DEFINE_IDR(uio_idr);
static struct file_operations uio_fops;
static const struct file_operations uio_fops;

/* UIO class infrastructure */
static struct uio_class {
Expand Down Expand Up @@ -508,7 +508,7 @@ static int uio_mmap(struct file *filep, struct vm_area_struct *vma)
}
}

static struct file_operations uio_fops = {
static const struct file_operations uio_fops = {
.owner = THIS_MODULE,
.open = uio_open,
.release = uio_release,
Expand Down

0 comments on commit b41f5da

Please sign in to comment.