]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI / osl: replace custom implementation of readq / writeq
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 17 Aug 2015 14:28:46 +0000 (17:28 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 25 Aug 2015 01:20:54 +0000 (03:20 +0200)
commit3277b4ea216e5cd7d3f6095ff40f1a9e574f37b3
tree2edf75fec227325b07fa6f469e239c6359840b52
parentc13dcf9f2d6f5f06ef1bf79ec456df614c5e058b
ACPI / osl: replace custom implementation of readq / writeq

The readq() and writeq() helpers are available in the
asm-generic/io-64-nonatomic-hi-lo.h and asm-generic/io-64-nonatomic-lo-hi.h
headers. Replace custom implementation by the generic helpers.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c