summaryrefslogtreecommitdiff
path: root/libdde_linux26/lib/src/block
diff options
context:
space:
mode:
authorZheng Da <zhengda1936@gmail.com>2010-01-13 11:59:13 +0100
committerZheng Da <zhengda1936@gmail.com>2010-01-13 11:59:13 +0100
commit436fa4a5352cea7fc8eeafe2fc078031d731b471 (patch)
tree658f2bb222914030916c46e1cc4d81b8466ded30 /libdde_linux26/lib/src/block
parent1b030ec21564529f29c2e557c2254b9f17e762ba (diff)
Remove the static declaration of initcall functions.
Diffstat (limited to 'libdde_linux26/lib/src/block')
-rw-r--r--libdde_linux26/lib/src/block/genhd.c2
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 9028c31c..f9a205f5 100644
--- a/libdde_linux26/lib/src/block/genhd.c
+++ b/libdde_linux26/lib/src/block/genhd.c
@@ -792,7 +792,7 @@ static struct kobject *base_probe(dev_t devt, int *partno, void *data)
return NULL;
}
-static int __init genhd_device_init(void)
+int __init genhd_device_init(void)
{
int error;