From: Bartlomiej Zolnierkiewicz Date: Thu, 13 Nov 2014 15:01:28 +0000 (+0100) Subject: thermal: exynos: remove exynos_tmu_data.h include X-Git-Tag: omap-for-v3.19/fixes-rc1~53^2^2^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2845f6ec81d74344a93693d9b7807ae9c3dae9ed;p=pandora-kernel.git thermal: exynos: remove exynos_tmu_data.h include There is no longer need to share defines between exynos_tmu.c and exynos_tmu_data.c (as they are now only used by the former file) so move them accordingly. Then move externs for struct exynos_tmu_init_data instances to exynos_tmu.h and remove no longer needed exynos_tmu_data.h include. There should be no functional changes caused by this patch. Cc: Amit Daniel Kachhap Cc: Lukasz Majewski Cc: Eduardo Valentin Cc: Zhang Rui Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Kyungmin Park Tested-by: Lukasz Majewski Signed-off-by: Eduardo Valentin --- Reading git-diff-tree failed