]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
pinctrl: max77620: Remove unused structure definition
authorJon Hunter <jonathanh@nvidia.com>
Mon, 13 Jun 2016 12:51:44 +0000 (13:51 +0100)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 22 Nov 2016 10:01:37 +0000 (02:01 -0800)
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>
(cherry picked from commit 648eb7a1bc3ceadbb2450272bce5297b7aa3d37e)
Signed-off-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
Change-Id: I19234d390f05d1527cfc4242eea8006b802cc5df
Reviewed-on: http://git-master/r/1254723
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
Tested-by: Venkat Reddy Talla <vreddytalla@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/pinctrl/pinctrl-max77620.c

index 9d76f0eaa2da72bada9b0fc8a66a96a4ddf04873..79a728bdc14f717c38b341254c3c1e61b153139b 100644 (file)
@@ -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",