]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
intel_telemetry: Constify telemetry_core_ops structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 1 May 2016 20:11:59 +0000 (22:11 +0200)
committerDarren Hart <dvhart@linux.intel.com>
Thu, 5 May 2016 20:58:55 +0000 (13:58 -0700)
commit775d054aba90a2c787d4c081d6369f1fddaae0f4
treea4a0bdf6317695e6e15e7046368585bc558cd29e
parent575b245d9047d190c8cbc44e2f0ef14897836292
intel_telemetry: Constify telemetry_core_ops structures

The telemetry_core_ops structures are never modified, so declare them as
const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
arch/x86/include/asm/intel_telemetry.h
drivers/platform/x86/intel_telemetry_core.c
drivers/platform/x86/intel_telemetry_pltdrv.c