aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/paride/frpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/paride/frpw.c')
-rw-r--r--drivers/block/paride/frpw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/paride/frpw.c b/drivers/block/paride/frpw.c
index 56b3824b1538..407f821d2408 100644
--- a/drivers/block/paride/frpw.c
+++ b/drivers/block/paride/frpw.c
@@ -300,12 +300,12 @@ static struct pi_protocol frpw = {
300 300
301static int __init frpw_init(void) 301static int __init frpw_init(void)
302{ 302{
303 return pi_register(&frpw)-1; 303 return paride_register(&frpw)-1;
304} 304}
305 305
306static void __exit frpw_exit(void) 306static void __exit frpw_exit(void)
307{ 307{
308 pi_unregister(&frpw); 308 paride_unregister(&frpw);
309} 309}
310 310
311MODULE_LICENSE("GPL"); 311MODULE_LICENSE("GPL");