From: Bjorn Helgaas Date: Mon, 28 Apr 2008 22:34:05 +0000 (-0600) Subject: PNP: remove pnp_resource_table from internal get/set interfaces X-Git-Tag: v2.6.26-rc1~101^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59284cb4099411bc6f4915a5a4cb76414440c447;p=pandora-kernel.git PNP: remove pnp_resource_table from internal get/set interfaces When we call protocol->get() and protocol->set() methods, we currently supply pointers to both the pnp_dev and the pnp_resource_table even though the pnp_resource_table should always be the one associated with the pnp_dev. This removes the pnp_resource_table arguments to make it clear that these methods only operate on the specified pnp_dev. Signed-off-by: Bjorn Helgaas Acked-By: Rene Herman Signed-off-by: Len Brown --- Reading git-diff-tree failed