From: Hans de Goede Date: Sat, 3 May 2014 15:46:27 +0000 (+0200) Subject: mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals X-Git-Tag: v2014.07-rc2~16 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=2072e7262965bb48d7fffb1e283101e6ed8b21a8;hp=2072e7262965bb48d7fffb1e283101e6ed8b21a8 mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals These are used only once, so their is no need to have them global. This also stops mvtwsi from using any bss vars making it easier to use before dram init (to talk to the pmic to set the dram voltage). Signed-off-by: Hans de Goede ---