commit | dae616512476024aa61d2a598461ab6eff8c0709 | [log] [tgz] |
---|---|---|
author | Chanwoo Choi <cw00.choi@samsung.com> | Fri Sep 27 09:19:40 2013 +0900 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Fri Sep 27 09:37:01 2013 +0900 |
tree | 8fbc98fef0beb28f8dbc334624bd63cde45b2101 | |
parent | 4102424302b313516d11a325e2ba614deec526a2 [diff] |
extcon: Change field type of 'dev' in extcon_dev structure 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>