Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127995
b: refs/heads/master
c: 652afc2
h: refs/heads/master
i:
  127993: 7aefd1f
  127991: 1dfae0c
v: v3
  • Loading branch information
Dan Williams committed Jan 6, 2009
1 parent 66f552c commit 0011ecc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: e2346677af86150c6083974585c131e8a2c3ddcc
refs/heads/master: 652afc27b26859a0ea5f6db681d80b83d2c43cf8
2 changes: 1 addition & 1 deletion trunk/drivers/dca/dca-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,6 @@ static void __exit dca_exit(void)
dca_sysfs_exit();
}

subsys_initcall(dca_init);
arch_initcall(dca_init);
module_exit(dca_exit);

4 changes: 2 additions & 2 deletions trunk/drivers/dma/dmaengine.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static int __init dma_channel_table_init(void)

return err;
}
subsys_initcall(dma_channel_table_init);
arch_initcall(dma_channel_table_init);

/**
* dma_find_channel - find a channel to carry out the operation
Expand Down Expand Up @@ -990,6 +990,6 @@ static int __init dma_bus_init(void)
mutex_init(&dma_list_mutex);
return class_register(&dma_devclass);
}
subsys_initcall(dma_bus_init);
arch_initcall(dma_bus_init);


0 comments on commit 0011ecc

Please sign in to comment.