alistair23-linux/drivers/soc/tegra/fuse
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-tegra.c soc: tegra: make fuse-tegra explicitly non-modular 2017-04-04 15:43:52 +02:00
fuse-tegra20.c soc/tegra: fuse: Rename core_* to soc_* 2015-07-16 10:38:29 +02:00
fuse-tegra30.c soc/tegra: fuse: Add spare bit offset for Tegra210 2015-07-16 10:38:31 +02:00
fuse.h soc/tegra: fuse: Add Tegra210 support 2015-07-16 10:38:29 +02:00
Makefile soc/tegra: fuse: Add Tegra210 support 2015-07-16 10:38:29 +02:00
speedo-tegra20.c soc/tegra: fuse: Rename core_* to soc_* 2015-07-16 10:38:29 +02:00
speedo-tegra30.c soc/tegra: fuse: Rename core_* to soc_* 2015-07-16 10:38:29 +02:00
speedo-tegra114.c soc/tegra: fuse: Rename core_* to soc_* 2015-07-16 10:38:29 +02:00
speedo-tegra124.c soc/tegra: fuse: Rename core_* to soc_* 2015-07-16 10:38:29 +02:00
speedo-tegra210.c soc/tegra: fuse: Add Tegra210 support 2015-07-16 10:38:29 +02:00
tegra-apbmisc.c soc/tegra: fuse: Unify Tegra20 and Tegra30 drivers 2015-07-16 10:38:28 +02:00