Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212974
b: refs/heads/master
c: c0b0aca
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 16, 2010
1 parent b60f8a2 commit 86b82ba
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 05271ec424d526968d75b4dd9860f8078bcff0a6
refs/heads/master: c0b0aca0e0e8c479c43c1e126cddc5fc82b2803a
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-omap/iommu-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,14 @@ static int debug_open_generic(struct inode *inode, struct file *file)
.open = debug_open_generic, \
.read = debug_read_##name, \
.write = debug_write_##name, \
.llseek = generic_file_llseek, \
};

#define DEBUG_FOPS_RO(name) \
static const struct file_operations debug_##name##_fops = { \
.open = debug_open_generic, \
.read = debug_read_##name, \
.llseek = generic_file_llseek, \
};

DEBUG_FOPS_RO(ver);
Expand Down

0 comments on commit 86b82ba

Please sign in to comment.