x86: irst: use module_acpi_driver to simplify the code
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 17 Jul 2013 01:55:25 +0000 (09:55 +0800)
committerMatthew Garrett <matthew.garrett@nebula.com>
Thu, 5 Sep 2013 12:51:45 +0000 (08:51 -0400)
commit2ff1af707b09cbf29247c9224fb3494305e82aef
tree4de4e96f214451f24ec4eadc02d1a37b2788d0d1
parent4d2635367bbcfaa168194ced0899717eac2ef4bd
x86: irst: 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-rst.c