Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211931
b: refs/heads/master
c: b3b3a9b
h: refs/heads/master
i:
  211929: 6aa482b
  211927: 75a1922
v: v3
  • Loading branch information
Anand Gadiyar authored and Robert Richter committed Oct 15, 2010
1 parent 787f49d commit ea06512
Show file tree
Hide file tree
Showing 3 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: 277dd984172b063497d2ff6cfa7f2355f13a292d
refs/heads/master: b3b3a9b63f2deacfd59137e3781211d21a568ca9
2 changes: 1 addition & 1 deletion trunk/drivers/oprofile/oprofile_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static int __init init_driverfs(void)
return ret;
}

static void __exit exit_driverfs(void)
static void exit_driverfs(void)
{
platform_device_unregister(oprofile_pdev);
platform_driver_unregister(&oprofile_driver);
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/oprofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ int oprofile_write_commit(struct op_entry *entry);

#ifdef CONFIG_PERF_EVENTS
int __init oprofile_perf_init(struct oprofile_operations *ops);
void __exit oprofile_perf_exit(void);
void oprofile_perf_exit(void);
char *op_name_from_perf_id(void);
#endif /* CONFIG_PERF_EVENTS */

Expand Down

0 comments on commit ea06512

Please sign in to comment.