diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-28 03:58:46 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-28 03:58:46 +0000 |
commit | b63ad0882a16a5d28003e57f2b0b81dee3fb322b (patch) | |
tree | 0a343ce219e2b8b38a5d702d66032c57b83d9720 /drivers/ide/hd.c | |
parent | a9d7bff9a84dba79609a0002e5321b74c4d64c64 (diff) |
Merge with 2.4.0-test11.
Diffstat (limited to 'drivers/ide/hd.c')
-rw-r--r-- | drivers/ide/hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/hd.c b/drivers/ide/hd.c index 698112b35..ca3a5c72b 100644 --- a/drivers/ide/hd.c +++ b/drivers/ide/hd.c @@ -723,7 +723,7 @@ static struct block_device_operations hd_fops = { * We enable interrupts in some of the routines after making sure it's * safe. */ -static void hd_geninit(void) +static void __init hd_geninit(void) { int drive; |