diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-01-05 16:51:25 +0100 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-05 16:51:25 +0100 |
| commit | 145623ebcf753252a36a3e67128fb9879d0001e4 (patch) | |
| tree | 568610c6ed81a054af48272e474b39658c83a4b8 /libdde_linux26/lib/src/block | |
| parent | 16b4a9b6e25500f2da14839b4494f82df4b0fc7f (diff) | |
call initcall functions explicitly.
Diffstat (limited to 'libdde_linux26/lib/src/block')
| -rw-r--r-- | libdde_linux26/lib/src/block/genhd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/lib/src/block/genhd.c b/libdde_linux26/lib/src/block/genhd.c index 921cebff..9028c31c 100644 --- a/libdde_linux26/lib/src/block/genhd.c +++ b/libdde_linux26/lib/src/block/genhd.c @@ -812,7 +812,7 @@ static int __init genhd_device_init(void) return 0; } -subsys_initcall(genhd_device_init); +//subsys_initcall(genhd_device_init); static ssize_t disk_range_show(struct device *dev, struct device_attribute *attr, char *buf) |
