From: Pantelis Antoniou Date: Wed, 31 Oct 2012 15:57:49 +0000 (+0200) Subject: arm-dt: Enable DT proc updates. X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=31982e52f0f5d6d51e69d5c4c4a7be5d52307c6e;p=~shefty%2Frdma-dev.git arm-dt: Enable DT proc updates. This simple patch enables dynamic changes of the DT tree on runtime to be visible to the device-tree proc interface. Signed-off-by: Pantelis Antoniou Acked-by: Rob Herring Signed-off-by: Grant Likely --- diff --git a/arch/arm/include/asm/prom.h b/arch/arm/include/asm/prom.h index aeae9c609df..6d65ba222db 100644 --- a/arch/arm/include/asm/prom.h +++ b/arch/arm/include/asm/prom.h @@ -11,6 +11,8 @@ #ifndef __ASMARM_PROM_H #define __ASMARM_PROM_H +#define HAVE_ARCH_DEVTREE_FIXUPS + #ifdef CONFIG_OF extern struct machine_desc *setup_machine_fdt(unsigned int dt_phys);