commit | 041f40f44cd0509a52c66ada27e115429c010d4d | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Tue Dec 26 12:03:09 2017 +0530 |
committer | James Hogan <jhogan@kernel.org> | Mon Feb 19 10:55:36 2018 +0000 |
tree | c14737735a637b0729dbb6660c00674446ec8a01 | |
parent | 1fd88d9beff2cb25494d17c240b63dfb700ecc21 [diff] |
MIPS: AR7: Constify gpio_led gpio_leds are not supposed to change at runtime. struct gpio_led_platform_data contains a const struct gpio_led pointer since v2.6.39, so mark the gpio_led structures const too. Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/18007/ [jhogan@kernel.org: improve commit message] Signed-off-by: James Hogan <jhogan@kernel.org>