Home
last modified time | relevance | path

Searched hist:"40 dda8720b8d8f972336f5b9910677e953f8232a" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-omap1/
H A Dboard-osk.cdiff 40dda8720b8d8f972336f5b9910677e953f8232a Tue Dec 26 07:37:11 CET 2017 Arvind Yadav <arvind.yadav.cs@gmail.com> ARM: OMAP1: constify gpio_led

gpio_led are not supposed to change at runtime.
struct gpio_led_platform_data working with const gpio_led
provided by <linux/leds.h>. So mark the non-const structs
as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>