Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39963
b: refs/heads/master
c: 1ba0ce6
h: refs/heads/master
i:
  39961: 3ace83c
  39959: fdd82fa
v: v3
  • Loading branch information
Paolo 'Blaisorblade' Giarrusso authored and Linus Torvalds committed Oct 20, 2006
1 parent f7ebd03 commit 21ad84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f43e6a5a72566675da3581dc0d7076042e6701f7
refs/heads/master: 1ba0ce6f9c19a8573832e14b418dc835dc6f3bbd
3 changes: 2 additions & 1 deletion trunk/arch/um/drivers/mmapper_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ static const struct file_operations mmapper_fops = {
.release = mmapper_release,
};

static const struct miscdevice mmapper_dev = {
/* No locking needed - only used (and modified) by below initcall and exitcall. */
static struct miscdevice mmapper_dev = {
.minor = MISC_DYNAMIC_MINOR,
.name = "mmapper",
.fops = &mmapper_fops
Expand Down

0 comments on commit 21ad84f

Please sign in to comment.