Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334597
b: refs/heads/master
c: bac7169
h: refs/heads/master
i:
  334595: f28a285
v: v3
  • Loading branch information
Fengguang Wu authored and Linus Torvalds committed Oct 19, 2012
1 parent dad9d21 commit 2988ce0
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: bbc2e3ef87851bc5430b2b4cf4ca3a2f29baeda6
refs/heads/master: bac716966094e39c8027428993a57b79f2dd6c97
4 changes: 2 additions & 2 deletions trunk/drivers/firmware/memmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static ssize_t memmap_attr_show(struct kobject *kobj,
* firmware_map_add() or firmware_map_add_early() afterwards, the entries
* are not added to sysfs.
*/
static int __init memmap_init(void)
static int __init firmware_memmap_init(void)
{
struct firmware_map_entry *entry;

Expand All @@ -246,5 +246,5 @@ static int __init memmap_init(void)

return 0;
}
late_initcall(memmap_init);
late_initcall(firmware_memmap_init);

0 comments on commit 2988ce0

Please sign in to comment.