Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44430
b: refs/heads/master
c: d784372
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Dec 13, 2006
1 parent 72af5e1 commit 2aab62f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 39f07223d400330b9e08aae4c77a391f2418023e
refs/heads/master: d78437245aa3842e8eeaef2709753ac485465652
4 changes: 2 additions & 2 deletions trunk/drivers/message/i2o/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ extern struct i2o_driver i2o_exec_driver;
extern int i2o_exec_lct_get(struct i2o_controller *);

extern int __init i2o_exec_init(void);
extern void __exit i2o_exec_exit(void);
extern void i2o_exec_exit(void);

/* driver */
extern struct bus_type i2o_bus_type;

extern int i2o_driver_dispatch(struct i2o_controller *, u32);

extern int __init i2o_driver_init(void);
extern void __exit i2o_driver_exit(void);
extern void i2o_driver_exit(void);

/* PCI */
extern int __init i2o_pci_init(void);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/message/i2o/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ int __init i2o_driver_init(void)
*
* Unregisters the I2O bus and frees driver array.
*/
void __exit i2o_driver_exit(void)
void i2o_driver_exit(void)
{
bus_unregister(&i2o_bus_type);
kfree(i2o_drivers);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/message/i2o/exec-osm.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ int __init i2o_exec_init(void)
*
* Unregisters the Exec OSM from the I2O core.
*/
void __exit i2o_exec_exit(void)
void i2o_exec_exit(void)
{
i2o_driver_unregister(&i2o_exec_driver);
};
Expand Down

0 comments on commit 2aab62f

Please sign in to comment.