Commit 94ce944b authored by Tomasz Figa's avatar Tomasz Figa
Browse files

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: default avatarTomasz Figa <tomasz.figa@gmail.com>
parent e06deff9
Supports Markdown
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