Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84556
b: refs/heads/master
c: b9249e5
h: refs/heads/master
v: v3
  • Loading branch information
Alasdair G Kergon committed Feb 8, 2008
1 parent 4871180 commit 7b76259
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: 7e5c1e830b2310359a4cfbbf89895dde4abd996a
refs/heads/master: b9249e556877643b940e4543824a3de5c85bce49
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ static void local_exit(void)
DMINFO("cleaned up");
}

int (*_inits[])(void) __initdata = {
static int (*_inits[])(void) __initdata = {
local_init,
dm_target_init,
dm_linear_init,
dm_stripe_init,
dm_interface_init,
};

void (*_exits[])(void) = {
static void (*_exits[])(void) = {
local_exit,
dm_target_exit,
dm_linear_exit,
Expand Down

0 comments on commit 7b76259

Please sign in to comment.