diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:59:13 +0100 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-01-13 11:59:13 +0100 |
commit | 436fa4a5352cea7fc8eeafe2fc078031d731b471 (patch) | |
tree | 658f2bb222914030916c46e1cc4d81b8466ded30 /libdde_linux26/contrib/mm | |
parent | 1b030ec21564529f29c2e557c2254b9f17e762ba (diff) |
Remove the static declaration of initcall functions.
Diffstat (limited to 'libdde_linux26/contrib/mm')
-rw-r--r-- | libdde_linux26/contrib/mm/backing-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdde_linux26/contrib/mm/backing-dev.c b/libdde_linux26/contrib/mm/backing-dev.c index 32f604bc..25ebba9a 100644 --- a/libdde_linux26/contrib/mm/backing-dev.c +++ b/libdde_linux26/contrib/mm/backing-dev.c @@ -159,7 +159,7 @@ static struct device_attribute bdi_dev_attrs[] = { __ATTR_NULL, }; -static __init int bdi_class_init(void) +__init int bdi_class_init(void) { bdi_class = class_create(THIS_MODULE, "bdi"); bdi_class->dev_attrs = bdi_dev_attrs; |