linux/drivers/soc/tegra
Paul Gortmaker 1859217bec soc: tegra: make fuse-tegra explicitly non-modular
The Makefiles currently controlling compilation of this code is:

drivers/soc/tegra/Makefile:obj-y += fuse/
drivers/soc/tegra/fuse/Makefile:obj-y += fuse-tegra.o

...meaning that it currently is not being built as a module by anyone.

Lets remove the couple traces of modularity so that when reading the
driver there is no doubt it is builtin-only.

Since module_platform_driver() uses the same init level priority as
builtin_platform_driver() the init ordering remains unchanged with
this commit.

Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2017-04-04 15:43:52 +02:00
..
fuse soc: tegra: make fuse-tegra explicitly non-modular 2017-04-04 15:43:52 +02:00
common.c soc/tegra: Add Tegra210 support 2015-07-16 09:47:59 +02:00
Kconfig soc/tegra: Implement Tegra186 PMC support 2017-04-04 15:43:50 +02:00
Makefile soc/tegra: Implement Tegra186 PMC support 2017-04-04 15:43:50 +02:00
pmc-tegra186.c soc/tegra: Implement Tegra186 PMC support 2017-04-04 15:43:50 +02:00
pmc.c soc/tegra: pmc: Use consistent naming for PM domains 2016-11-15 15:51:56 +01:00