diff options
Diffstat (limited to 'drivers/extcon/extcon.c')
| -rw-r--r-- | drivers/extcon/extcon.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c index e1c71359b605..d43ba8e7260d 100644 --- a/drivers/extcon/extcon.c +++ b/drivers/extcon/extcon.c @@ -1013,7 +1013,7 @@ ATTRIBUTE_GROUPS(extcon);  static int create_extcon_class(void)  {  	if (!extcon_class) { -		extcon_class = class_create(THIS_MODULE, "extcon"); +		extcon_class = class_create("extcon");  		if (IS_ERR(extcon_class))  			return PTR_ERR(extcon_class);  		extcon_class->dev_groups = extcon_groups;  |