Use single_open instead of manual manipulations.
commit1119d577ccfeb727e3f26f07e612d6f2a9c349e7
authorPavel Emelyanov <xemul@openvz.org>
Mon, 18 Feb 2008 10:55:10 +0000 (18 13:55 +0300)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:19:58 +0000 (26 00:19 -0400)
tree74542b56b258e8cae2f7747ac519c9ba0acf3518
parent57bb7e222804c68066e3e995dffbedda5b1ec1ea
Use single_open instead of manual manipulations.

The code opening proc entry for each device makes the
same thing, as the single_open does, so remove the
unneeded code.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ibmveth.c