From: Linus Walleij Date: Wed, 1 Feb 2012 17:02:47 +0000 (+0100) Subject: pinctrl: delete raw device pointers in pinmux maps X-Git-Tag: v3.4-rc1~128^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfac4fd7f8cdcdf734dff2ccc7ca467f53f1cfd;p=pandora-kernel.git pinctrl: delete raw device pointers in pinmux maps After discussion with Mark Brown in an unrelated thread about ADC lookups, it came to my knowledge that the ability to pass a struct device * in the regulator consumers is just a historical artifact, and not really recommended. Since there are no in-kernel users of these pointers, we just kill them right now, before someone starts to use them. Reviewed-by: Mark Brown Signed-off-by: Linus Walleij --- Reading git-diff-tree failed