
31 Aug
2015
31 Aug
'15
12:43 a.m.
2015-08-22 18:31 GMT-06:00 Simon Glass sjg@chromium.org:
Some definitions are in the C file and some are in the header file. Move everything into the header file for consistency and to reduce clutter.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/tpm/tpm_tis_i2c.c | 335 ---------------------------------------------- drivers/tpm/tpm_tis_i2c.h | 335 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 335 insertions(+), 335 deletions(-)
Applied to u-boot-dm.