extcon: Change field type of 'dev' in extcon_dev structure
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 27 Sep 2013 00:19:40 +0000 (09:19 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 27 Sep 2013 00:37:01 +0000 (09:37 +0900)
The extcon device must always need 'struct device' so this patch change
field type of 'dev' instead of allocating memory for 'struct device' on
extcon_dev_register() function.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <cw00.choi@samsung.com>

No differences found