mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
The Tegra MCE driver is currently built as two kernel modules which are tegra-mce.ko and tegra23x-mce.ko. The tegra-mce.ko module simply exports functions that other drivers can use and the tegra23x-mce.ko modules is dependent upon this. Instead of building these as two separate kernel modules we should build as one. Even in the future, if support for other SoCs is added we can still have a single driver that supports all SoCs. Rename the file tegra-mce.c to mce.c and update the Makefile so that the single kernel module produced is called tegra-mce.ko. Bug 4078818 Change-Id: I5cd7d09f9defb77de4109a89adf1c1384f6b076c Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2890818 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
10 KiB
10 KiB