From: Chanwoo Choi Date: Fri, 27 Sep 2013 00:19:40 +0000 (+0900) Subject: extcon: Change field type of 'dev' in extcon_dev structure X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~65^2~46^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae616512476024aa61d2a598461ab6eff8c0709;p=pandora-kernel.git 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 Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed