The patch titled pcf8563: remove MOD_INC_USE_COUNT, MOD_DEC_USE_COUNT has been added to the -mm tree. Its filename is pcf8563-remove-mod_inc_use_count-mod_dec_use_count.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: pcf8563: remove MOD_INC_USE_COUNT, MOD_DEC_USE_COUNT 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> Cc: Mikael Starvik <starvik@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/cris/arch-v32/drivers/pcf8563.c | 2 -- 1 file changed, 2 deletions(-) diff -puN arch/cris/arch-v32/drivers/pcf8563.c~pcf8563-remove-mod_inc_use_count-mod_dec_use_count arch/cris/arch-v32/drivers/pcf8563.c --- a/arch/cris/arch-v32/drivers/pcf8563.c~pcf8563-remove-mod_inc_use_count-mod_dec_use_count +++ a/arch/cris/arch-v32/drivers/pcf8563.c @@ -324,14 +324,12 @@ pcf8563_ioctl(struct inode *inode, struc 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; } _ Patches currently in -mm which might be from irwan.djajadi@xxxxxxxxx are origin.patch pcf8563-remove-mod_inc_use_count-mod_dec_use_count.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html