Skip to content
Commit 23bbeaef authored by Arvind Yadav's avatar Arvind Yadav Committed by Sekhar Nori
Browse files

ARM: davinci: 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: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent d6693b59
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment