Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280091
b: refs/heads/master
c: 3b85e4a
h: refs/heads/master
i:
  280089: 5ec7469
  280087: d0d43a6
v: v3
  • Loading branch information
Heiko Carstens authored and Greg Kroah-Hartman committed Jan 4, 2012
1 parent b4fb740 commit a0d8b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a87b5b1cc1b95d7342eb2b38018d115abc8c4991
refs/heads/master: 3b85e4ab2ec1dea29374f16205917b1b5589bc81
4 changes: 4 additions & 0 deletions trunk/fs/debugfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ struct dentry *debugfs_create_blob(const char *name, mode_t mode,
}
EXPORT_SYMBOL_GPL(debugfs_create_blob);

#ifdef CONFIG_HAS_IOMEM

/*
* The regset32 stuff is used to print 32-bit registers using the
* seq_file utilities. We offer printing a register set in an already-opened
Expand Down Expand Up @@ -616,3 +618,5 @@ struct dentry *debugfs_create_regset32(const char *name, mode_t mode,
return debugfs_create_file(name, mode, parent, regset, &fops_regset32);
}
EXPORT_SYMBOL_GPL(debugfs_create_regset32);

#endif /* CONFIG_HAS_IOMEM */

0 comments on commit a0d8b70

Please sign in to comment.