]> Pileus Git - ~andy/linux/commit
platform/chrome: unregister platform driver/device when module exit
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 27 Nov 2013 03:34:58 +0000 (11:34 +0800)
committerOlof Johansson <olof@lixom.net>
Wed, 27 Nov 2013 04:18:07 +0000 (20:18 -0800)
commit2b8454a75b90d7cd1ac325a0baba77244733354f
treede50a783ad8d640eb69c09505914f18b9eb1b712
parent6d3c1afe7367447c8f7d2fec7a132f723834efd1
platform/chrome: unregister platform driver/device when module exit

We have registered platform driver and device when module
init, and need unregister them when module exit.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/platform/chrome/chromeos_laptop.c