We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eafca commit 2878bdaCopy full SHA for 2878bda
drivers/extcon/extcon_gpio.c
@@ -153,7 +153,7 @@ static int __devexit gpio_extcon_remove(struct platform_device *pdev)
153
return 0;
154
}
155
156
-static struct platform_driver gpio_extcon = {
+static struct platform_driver gpio_extcon_driver = {
157
.probe = gpio_extcon_probe,
158
.remove = __devexit_p(gpio_extcon_remove),
159
.driver = {
@@ -162,7 +162,7 @@ static struct platform_driver gpio_extcon = {
162
},
163
};
164
165
-module_platform_driver(gpio_extcon);
+module_platform_driver(gpio_extcon_driver);
166
167
MODULE_AUTHOR("Mike Lockwood <[email protected]>");
168
MODULE_DESCRIPTION("GPIO extcon driver");
0 commit comments