diff options
Diffstat (limited to 'drivers/block/paride/epat.c')
-rw-r--r-- | drivers/block/paride/epat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/paride/epat.c b/drivers/block/paride/epat.c index 55d1c0a1fb90..5ed4fc1a00bf 100644 --- a/drivers/block/paride/epat.c +++ b/drivers/block/paride/epat.c | |||
@@ -327,12 +327,12 @@ static int __init epat_init(void) | |||
327 | #ifdef CONFIG_PARIDE_EPATC8 | 327 | #ifdef CONFIG_PARIDE_EPATC8 |
328 | epatc8 = 1; | 328 | epatc8 = 1; |
329 | #endif | 329 | #endif |
330 | return pi_register(&epat)-1; | 330 | return paride_register(&epat)-1; |
331 | } | 331 | } |
332 | 332 | ||
333 | static void __exit epat_exit(void) | 333 | static void __exit epat_exit(void) |
334 | { | 334 | { |
335 | pi_unregister(&epat); | 335 | paride_unregister(&epat); |
336 | } | 336 | } |
337 | 337 | ||
338 | MODULE_LICENSE("GPL"); | 338 | MODULE_LICENSE("GPL"); |