commit | 94ce944bed8a849a9b83b4e66f0e6e4abc16c457 | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tomasz.figa@gmail.com> | Tue Sep 23 21:05:39 2014 +0200 |
committer | Tomasz Figa <tomasz.figa@gmail.com> | Sun Nov 09 21:10:28 2014 +0900 |
tree | 0cdde9576b2e8553207277fa7f6562caf176396d | |
parent | e06deff967d29beffceeaffc4cdc90aacbd34898 [diff] |
pinctrl: samsung: Constify samsung_pin_bank_type struct This structure is not intended to be modified at runtime and functions as constant data shared between multiple pin banks. This patch makes all instances of it constant across the driver. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>