From: Joachim Eastwood Date: Wed, 20 May 2015 18:03:07 +0000 (+0200) Subject: stmmac: let stmmac_dvr_probe take a struct of resources X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~240^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56788cf13eef6e998bc03200df9e00f64a3202d;p=pandora-kernel.git stmmac: let stmmac_dvr_probe take a struct of resources Creat a struct that contain all the resources that needs to be assigned to the priv struct in stmmac_dvr_probe. This makes it possible to factor out more common code from the other probe functions and also use this struct to hold the resources as they are fetched. Signed-off-by: Joachim Eastwood Signed-off-by: David S. Miller --- Reading git-diff-tree failed