From 806faf58a9c84b242296de9440e55fdd905380c7 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 14 Feb 2011 20:09:14 +0200 Subject: [PATCH] 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-format-patch failed