drivers/pinmux_dev_k64: Make driver_api const.
Change-Id: I89d8ccbd78a2bbb04ad60a7520c1b7b7b58016ad Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
a8dfccc207
commit
e8e6bead80
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ static int fsl_k64_dev_get(struct device *dev, uint32_t pin,
|
|||
return _fsl_k64_get_pin(pin, func);
|
||||
}
|
||||
|
||||
static struct pinmux_driver_api api_funcs = {
|
||||
static const struct pinmux_driver_api api_funcs = {
|
||||
.set = fsl_k64_dev_set,
|
||||
.get = fsl_k64_dev_get
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue