diff options
author | Irwan Djajadi <irwan.djajadi@iname.com> | 2006-07-10 07:45:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-10 16:24:22 -0400 |
commit | 5f49d7247828bd2d992cf9bd78e5e33a421fb0ba (patch) | |
tree | fdf01bdc3f2943aff1bf3289ffd3a4aa3b417cea /arch/cris/arch-v32 | |
parent | 32ea086b7b6423e8ab1874389741bcef4d50f938 (diff) |
[PATCH] pcf8563: remove MOD_INC_USE_COUNT, MOD_DEC_USE_COUNT
It already has .owner.
Signed-off-by: Irwan Djajadi <irwan.djajadi@iname.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/cris/arch-v32')
-rw-r--r-- | arch/cris/arch-v32/drivers/pcf8563.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/cris/arch-v32/drivers/pcf8563.c b/arch/cris/arch-v32/drivers/pcf8563.c index ffc6d2572f2b..2fc7d75a35de 100644 --- a/arch/cris/arch-v32/drivers/pcf8563.c +++ b/arch/cris/arch-v32/drivers/pcf8563.c | |||
@@ -324,14 +324,12 @@ pcf8563_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned | |||
324 | int | 324 | int |
325 | pcf8563_open(struct inode *inode, struct file *filp) | 325 | pcf8563_open(struct inode *inode, struct file *filp) |
326 | { | 326 | { |
327 | MOD_INC_USE_COUNT; | ||
328 | return 0; | 327 | return 0; |
329 | } | 328 | } |
330 | 329 | ||
331 | int | 330 | int |
332 | pcf8563_release(struct inode *inode, struct file *filp) | 331 | pcf8563_release(struct inode *inode, struct file *filp) |
333 | { | 332 | { |
334 | MOD_DEC_USE_COUNT; | ||
335 | return 0; | 333 | return 0; |
336 | } | 334 | } |
337 | 335 | ||