projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77401d7
)
pinctrl: max77620: Remove unused structure definition
author
Jon Hunter
<jonathanh@nvidia.com>
Mon, 13 Jun 2016 12:51:44 +0000
(13:51 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 15 Jun 2016 06:37:40 +0000
(08:37 +0200)
The strucuture 'max77620_cfg_param' is defined but never used by the
max77620 driver. Remove this structure definition.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-max77620.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-max77620.c
b/drivers/pinctrl/pinctrl-max77620.c
index
19005a0
..
d9ff53e
100644
(file)
--- a/
drivers/pinctrl/pinctrl-max77620.c
+++ b/
drivers/pinctrl/pinctrl-max77620.c
@@
-50,11
+50,6
@@
struct max77620_pin_function {
int mux_option;
};
-struct max77620_cfg_param {
- const char *property;
- enum max77620_pinconf_param param;
-};
-
static const struct pinconf_generic_params max77620_cfg_params[] = {
{
.property = "maxim,active-fps-source",