From: Stephen Hemminger Date: Fri, 8 Sep 2006 18:16:13 +0000 (-0700) Subject: [PATCH] ethtool: allow const ethtool_ops X-Git-Tag: v2.6.19-rc1~1263^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76fd85937097a0c2ec8ab23bf21dc10992d1c398;p=pandora-kernel.git [PATCH] ethtool: allow const ethtool_ops The ethtool_ops structure is immutable, it expected to be setup by the driver and is never changed. This patch allows drivers to declare there ethtool_ops structure read-only. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed