Skip to content

Commit

Permalink
acpi: always include uuid.h
Browse files Browse the repository at this point in the history
Without this the build will fail for !CONFIG_ACPI builds on x86.

Fixes: 94116f8 ("ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()")
Signed-off-by: Christoph Hellwig <hch@lst.de>
  • Loading branch information
Christoph Hellwig committed Jun 8, 2017
1 parent 94116f8 commit bcbc226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/resource_ext.h>
#include <linux/device.h>
#include <linux/property.h>
#include <linux/uuid.h>

#ifndef _LINUX
#define _LINUX
Expand All @@ -39,7 +40,6 @@
#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>
Expand Down

0 comments on commit bcbc226

Please sign in to comment.