From: Sebastian Hesselbarth Date: Sat, 25 Jan 2014 20:48:31 +0000 (+0100) Subject: clk: si5351: remove variant from platform_data X-Git-Tag: v3.14-rc1~68^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d43dc7f403dbe5da25c7eb488a5975b08d95496;p=pandora-kernel.git clk: si5351: remove variant from platform_data Commit 9807362bfe1748d9bb48eecb9261f1b1aaafea1c "clk: si5351: declare all device IDs for module loading" removed the common i2c_device_id and introduced new ones for each variant of the clock generator. Instead of exploiting that information in the driver, it still depends on platform_data passing the chips .variant. This removes the now redundant .variant from the platform_data and puts it in i2c_device_id's .driver_data instead. Signed-off-by: Sebastian Hesselbarth Signed-off-by: Mike Turquette --- Reading git-diff-tree failed