[PATCH] amiga_floppy_init() in non-modular case
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 11 Oct 2006 16:28:37 +0000 (17:28 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:17:07 +0000 (11:17 -0700)
commit2db5f59ca74d911f93c39494db1581c3c93d5a29
tree0c84677574d88f413e94314b904f04d753267283
parent2e811488cedddefb9d1df97c260b6048ea8ef835
[PATCH] amiga_floppy_init() in non-modular case

It used to be called directly, but that got lost in 2.1.87-pre1.
Similar breakage in ataflop got fixed 3 years ago, this one
had gone unnoticed.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/block/amiflop.c