diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-06-05 19:40:42 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2017-06-05 19:42:02 +0200 |
commit | 41c8bdb3ab10c1fefcac61d081e2fd9aaf8694b8 (patch) | |
tree | 22b854bdd440784505e6a3fc8f0c13ec6a7d9b5e /include/linux/acpi.h | |
parent | fafd3cdfbe246e280c0a18b424dfae73f5485c5d (diff) |
acpi, nfit: Switch to use new generic UUID API
There are new types and helpers that are supposed to be used in new code.
As a preparation to get rid of legacy types and API functions do
the conversion here.
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/acpi.h')
-rw-r--r-- | include/linux/acpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 137e4a3d89c5..b0e1636ca5c3 100644 --- a/include/linux/acpi.h +++ b/include/linux/acpi.h @@ -39,6 +39,7 @@ #include <linux/dynamic_debug.h> #include <linux/module.h> #include <linux/mutex.h> +#include <linux/uuid.h> #include <acpi/acpi_bus.h> #include <acpi/acpi_drivers.h> |