Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1660776
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the uuid tree |
| Date | 2017-06-08 08:10 +0200 |
| Message-ID | <tPYNP-vi-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Christoph,
After merging the uuid tree, today's linux-next build (powerpc
ppc64_defconfig) failed like this:
In file included from drivers/base/cpu.c:16:0:
include/linux/acpi.h:744:16: error: unknown type name 'guid_t'
const guid_t *guid,
^
Caused by commit
94116f8126de ("ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()")
linux/uuid.h is only include for the CONFIG_ACPI case (in commit
41c8bdb3ab10 "acpi, nfit: Switch to use new generic UUID API"). This
build does not have CONFIG_ACPI set.
I have used the uuid tree from next-20170607 for today.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the uuid tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-08 08:10 +0200
Re: linux-next: build failure after merge of the uuid tree Christoph Hellwig <hch@lst.de> - 2017-06-08 09:10 +0200
Re: linux-next: build failure after merge of the uuid tree Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-06-08 13:40 +0200
csiph-web