commit | 01c22bfc30a3f40fed08cfd2779348edcb6c5e53 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Jul 16 20:33:47 2008 +0200 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Wed Jul 16 20:33:47 2008 +0200 |
tree | ca0ecf04bd739de03f9274c24325b46f7eced9f3 | |
parent | ffa793f9bb5b563edb4cacc43a4d6677eec0e36b [diff] |
ide/legacy/hd.c: use late_initcall() Since the later move to drivers/block/ will break the link order, the module_init() has to become a late_initcall(). Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: rmk@arm.linux.org.uk Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>