File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -866,15 +866,6 @@ static int zynqmp_pinctrl_probe(struct platform_device *pdev)
866
866
return ret ;
867
867
}
868
868
869
- static int zynqmp_pinctrl_remove (struct platform_device * pdev )
870
- {
871
- struct zynqmp_pinctrl * pctrl = platform_get_drvdata (pdev );
872
-
873
- pinctrl_unregister (pctrl -> pctrl );
874
-
875
- return 0 ;
876
- }
877
-
878
869
static const struct of_device_id zynqmp_pinctrl_of_match [] = {
879
870
{ .compatible = "xlnx,zynqmp-pinctrl" },
880
871
{ }
@@ -887,7 +878,6 @@ static struct platform_driver zynqmp_pinctrl_driver = {
887
878
.of_match_table = zynqmp_pinctrl_of_match ,
888
879
},
889
880
.probe = zynqmp_pinctrl_probe ,
890
- .remove = zynqmp_pinctrl_remove ,
891
881
};
892
882
module_platform_driver (zynqmp_pinctrl_driver );
893
883
You can’t perform that action at this time.
0 commit comments