]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Use single_open instead of manual manipulations.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 18 Feb 2008 10:55:10 +0000 (13:55 +0300)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:19:58 +0000 (00:19 -0400)
commit1119d577ccfeb727e3f26f07e612d6f2a9c349e7
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