]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio: mockup: add prefixes to the direction enum
authorBartosz Golaszewski <brgl@bgdev.pl>
Thu, 25 May 2017 08:33:39 +0000 (10:33 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 29 May 2017 11:28:09 +0000 (13:28 +0200)
commitc650c00c102b2bcafb3b1f3f45e5b1e9e6f72e56
tree19ac1b8cc4aed7b1b8224d8340899b3ba6c05a49
parentc9546cf141798a648c3053067a42936c36d626a3
gpio: mockup: add prefixes to the direction enum

All internal symbols except for the direction enum follow the same
convention and use the gpio_mockup prefix. Add the prefix to the
DIR_IN and DIR_OUT definitions as well for consistency across the
file.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mockup.c