USB: usb-skeleton.c: cleanup open_count
authorMing Lei <tom.leiming@gmail.com>
Fri, 16 Dec 2011 14:20:44 +0000 (22:20 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2012 23:52:41 +0000 (15:52 -0800)
It is not necessary to use the 'open_count' for handling
runtime pm only, because runtinme pm has built-in counter
to handle this, so remove it to make code clean.

Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found