diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-12-06 23:36:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:33 -0500 |
commit | f4330002d11f032559954cbff68a5cad95b6d27f (patch) | |
tree | 80e89bfdb2a9842592850270a6e825a277417484 /drivers/block/paride/paride.h | |
parent | 3bd0f6943520e459659d10f3282285e43d3990f1 (diff) |
[PATCH] paride: rename pi_register() and pi_unregister()
We're about to change the semantics of pi_register()'s return value, so
rename it to something else first, so that any unconverted code reliaby
breaks.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/paride/paride.h')
-rw-r--r-- | drivers/block/paride/paride.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/paride/paride.h b/drivers/block/paride/paride.h index c6d98ef09e48..2bddbf45518b 100644 --- a/drivers/block/paride/paride.h +++ b/drivers/block/paride/paride.h | |||
@@ -163,8 +163,8 @@ struct pi_protocol { | |||
163 | 163 | ||
164 | typedef struct pi_protocol PIP; | 164 | typedef struct pi_protocol PIP; |
165 | 165 | ||
166 | extern int pi_register( PIP * ); | 166 | extern int paride_register( PIP * ); |
167 | extern void pi_unregister ( PIP * ); | 167 | extern void paride_unregister ( PIP * ); |
168 | 168 | ||
169 | #endif /* __DRIVERS_PARIDE_H__ */ | 169 | #endif /* __DRIVERS_PARIDE_H__ */ |
170 | /* end of paride.h */ | 170 | /* end of paride.h */ |