diff --git a/drivers/pinctrl/sunxi/pinctrl-sun5i.c b/drivers/pinctrl/sunxi/pinctrl-sun5i.c index c7d44eeae70467598aa722e4e14c72a5f6beebdf..47afd558b11484e6ef5dc90932b4c39d2ac017f9 100644 --- a/drivers/pinctrl/sunxi/pinctrl-sun5i.c +++ b/drivers/pinctrl/sunxi/pinctrl-sun5i.c @@ -4,12 +4,12 @@ * Copyright (C) 2014-2016 Maxime Ripard * Copyright (C) 2016 Mylene Josserand * -g * This file is licensed under the terms of the GNU General Public + * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ -#include +#include #include #include #include @@ -738,7 +738,6 @@ static const struct of_device_id sun5i_pinctrl_match[] = { }, { }, }; -MODULE_DEVICE_TABLE(of, sun5i_pinctrl_match); static struct platform_driver sun5i_pinctrl_driver = { .probe = sun5i_pinctrl_probe, @@ -747,8 +746,4 @@ static struct platform_driver sun5i_pinctrl_driver = { .of_match_table = sun5i_pinctrl_match, }, }; -module_platform_driver(sun5i_pinctrl_driver); - -MODULE_AUTHOR("Maxime Ripard