diff options
Diffstat (limited to 'drivers/block/paride/bpck6.c')
-rw-r--r-- | drivers/block/paride/bpck6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/paride/bpck6.c b/drivers/block/paride/bpck6.c index 41a237c5957d..7c04f74f9d75 100644 --- a/drivers/block/paride/bpck6.c +++ b/drivers/block/paride/bpck6.c | |||
@@ -265,12 +265,12 @@ static int __init bpck6_init(void) | |||
265 | printk(KERN_INFO "bpck6: Copyright 2001 by Micro Solutions, Inc., DeKalb IL. USA\n"); | 265 | printk(KERN_INFO "bpck6: Copyright 2001 by Micro Solutions, Inc., DeKalb IL. USA\n"); |
266 | if(verbose) | 266 | if(verbose) |
267 | printk(KERN_DEBUG "bpck6: verbose debug enabled.\n"); | 267 | printk(KERN_DEBUG "bpck6: verbose debug enabled.\n"); |
268 | return pi_register(&bpck6) - 1; | 268 | return paride_register(&bpck6) - 1; |
269 | } | 269 | } |
270 | 270 | ||
271 | static void __exit bpck6_exit(void) | 271 | static void __exit bpck6_exit(void) |
272 | { | 272 | { |
273 | pi_unregister(&bpck6); | 273 | paride_unregister(&bpck6); |
274 | } | 274 | } |
275 | 275 | ||
276 | MODULE_LICENSE("GPL"); | 276 | MODULE_LICENSE("GPL"); |