Re: [PATCH 8/8] extcon: axp288: Fix the module not auto-loading

2016-12-18 Thread Chanwoo Choi
Hi Hans, On 2016년 12월 19일 09:13, Hans de Goede wrote: > Add a MODULE_DEVICE_TABLE to fix the module not auto-loading. > > Signed-off-by: Hans de Goede > --- > drivers/extcon/extcon-axp288.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/extcon/extcon-axp288.c b/drivers

[PATCH 8/8] extcon: axp288: Fix the module not auto-loading

2016-12-18 Thread Hans de Goede
Add a MODULE_DEVICE_TABLE to fix the module not auto-loading. Signed-off-by: Hans de Goede --- drivers/extcon/extcon-axp288.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/extcon/extcon-axp288.c b/drivers/extcon/extcon-axp288.c index a27ee68..509a5f9 100644 --- a/drivers/ext