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)
commite28dbb0661ca49ada2d6a307a1ec93dd75d515e0
tree269aac42395eace3a010f77cd5fc29a328899d88
parent26c71a79cade5ccad80e0752cd82f3518df48fb3
USB: usb-skeleton.c: cleanup open_count

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>
drivers/usb/usb-skeleton.c