x86: smartconnect: use module_acpi_driver to simplify the code
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 17 Jul 2013 01:52:28 +0000 (09:52 +0800)
committerMatthew Garrett <matthew.garrett@nebula.com>
Thu, 5 Sep 2013 12:51:39 +0000 (08:51 -0400)
commit4d2635367bbcfaa168194ced0899717eac2ef4bd
tree144f7ad150c19897fe246e96d6d78bdf0e16902a
parentaa3b88a3a4b75c4dd17e3091280cd94538489147
x86: smartconnect: use module_acpi_driver to simplify the code

module_acpi_driver() makes the code simpler by eliminating
boilerplate code.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
drivers/platform/x86/intel-smartconnect.c