|
@@ -598,15 +598,6 @@ static int sh_pfc_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int sh_pfc_remove(struct platform_device *pdev)
|
|
|
-{
|
|
|
-#ifdef CONFIG_PINCTRL_SH_PFC_GPIO
|
|
|
- sh_pfc_unregister_gpiochip(platform_get_drvdata(pdev));
|
|
|
-#endif
|
|
|
-
|
|
|
- return 0;
|
|
|
-}
|
|
|
-
|
|
|
static const struct platform_device_id sh_pfc_id_table[] = {
|
|
|
#ifdef CONFIG_PINCTRL_PFC_SH7203
|
|
|
{ "pfc-sh7203", (kernel_ulong_t)&sh7203_pinmux_info },
|
|
@@ -650,7 +641,6 @@ static const struct platform_device_id sh_pfc_id_table[] = {
|
|
|
|
|
|
static struct platform_driver sh_pfc_driver = {
|
|
|
.probe = sh_pfc_probe,
|
|
|
- .remove = sh_pfc_remove,
|
|
|
.id_table = sh_pfc_id_table,
|
|
|
.driver = {
|
|
|
.name = DRV_NAME,
|