---
 arch/arm/mach-bcm2708/bcm2708.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: linux-4.1.x/arch/arm/mach-bcm2708/bcm2708.c
===================================================================
@ linux-4.1.x/arch/arm/mach-bcm2708/bcm2708.c:464 @ static struct resource bcm2708_gpio_reso
 	       },
 };
 
+static struct platform_device bcm2708_pmu_device = {
+ .name = "arm-pmu",
+ .id = -1, /* Only one */
+};
+
 static u64 gpio_dmamask = DMA_BIT_MASK(DMA_MASK_BITS_COMMON);
 
 static struct platform_device bcm2708_gpio_device = {