diff options
Diffstat (limited to 'drivers/block/paride/on20.c')
-rw-r--r-- | drivers/block/paride/on20.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/paride/on20.c b/drivers/block/paride/on20.c index 9f8e01096809..cc7e9f591dda 100644 --- a/drivers/block/paride/on20.c +++ b/drivers/block/paride/on20.c | |||
@@ -140,12 +140,12 @@ static struct pi_protocol on20 = { | |||
140 | 140 | ||
141 | static int __init on20_init(void) | 141 | static int __init on20_init(void) |
142 | { | 142 | { |
143 | return pi_register(&on20)-1; | 143 | return paride_register(&on20)-1; |
144 | } | 144 | } |
145 | 145 | ||
146 | static void __exit on20_exit(void) | 146 | static void __exit on20_exit(void) |
147 | { | 147 | { |
148 | pi_unregister(&on20); | 148 | paride_unregister(&on20); |
149 | } | 149 | } |
150 | 150 | ||
151 | MODULE_LICENSE("GPL"); | 151 | MODULE_LICENSE("GPL"); |