[PATCH] pcf8563: remove MOD_INC_USE_COUNT, MOD_DEC_USE_COUNT

From: Alexey Dobriyan
Date: Mon Jul 03 2006 - 14:13:34 EST


From: Irwan Djajadi <irwan.djajadi@xxxxxxxxx>

It already has .owner .

Signed-off-by: Irwan Djajadi <irwan.djajadi@xxxxxxxxx>
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

arch/cris/arch-v32/drivers/pcf8563.c | 2 --
1 file changed, 2 deletions(-)

--- a/arch/cris/arch-v32/drivers/pcf8563.c
+++ b/arch/cris/arch-v32/drivers/pcf8563.c
@@ -324,14 +324,12 @@ #endif /* !CONFIG_ETRAX_RTC_READONLY */
int
pcf8563_open(struct inode *inode, struct file *filp)
{
- MOD_INC_USE_COUNT;
return 0;
}

int
pcf8563_release(struct inode *inode, struct file *filp)
{
- MOD_DEC_USE_COUNT;
return 0;
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/