From: Felipe Balbi Date: Mon, 14 Feb 2011 18:09:14 +0000 (+0200) Subject: cbus: retu: headset: don't save pdev pointer X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806faf58a9c84b242296de9440e55fdd905380c7;p=pandora-kernel.git cbus: retu: headset: don't save pdev pointer ... and save instead a device pointer. Generally we only need a device pointer as we don't need to poke with the platform_device that often and if we do, we can always to_platform_device(dev). Drop the pdev from the headset structure and save dev instead. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed