commit | 3d7a7bd75d446bd38367c77a723d7a634aba0261 | [log] [tgz] |
---|---|---|
author | Kent Yoder <key@linux.vnet.ibm.com> | Wed Dec 05 16:52:43 2012 -0600 |
committer | Kent Yoder <key@linux.vnet.ibm.com> | Tue Feb 05 09:38:23 2013 -0600 |
tree | 65bd01faf28aa94fc842f1788126a1bc067858e2 | |
parent | 775585e47cd6b5eddf814d53b117b56a1a171553 [diff] |
tpm: STM i2c driver fixes Store the i2c_client struct in the vendor private pointer. Get rid of the unnecessary include/linux/i2c/ header. Moved include files into the driver c file. Fix smatch warnings. Make use of module_i2c_driver(). Removed unused code from the tpm_stm_st33_i2c.h file. Fix return variable signedness in tpm_stm_i2c_send() and tpm_st33_i2c_probe(). Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>