[PATCH v5 5/5] ARM: tegra: build new fuse driver in drivers/misc
Stephen Warren
swarren at wwwdotorg.org
Thu May 29 12:14:25 PDT 2014
On 05/28/2014 06:54 AM, Peter De Schrijver wrote:
> The Tegra fuse code has moved to drivers/misc/fuse/tegra. Enable the
> building of that code, and disable the building of the old fuse code in
> arch/arm/mach-tegra/.
> diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
> index 7eb4b69..994d02d 100644
> --- a/drivers/misc/Makefile
> +++ b/drivers/misc/Makefile
> @@ -55,3 +55,5 @@ obj-$(CONFIG_SRAM) += sram.o
> obj-y += mic/
> obj-$(CONFIG_GENWQE) += genwqe/
> obj-$(CONFIG_ECHO) += echo/
> +obj-y += fuse/
> +
This adds an empty blank line to the end of the file.
More information about the linux-arm-kernel
mailing list