All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v2 2/3] acpi: Add missing ARM acpi_table header
Date: Fri, 6 Nov 2020 11:50:32 -0700	[thread overview]
Message-ID: <CAPnjgZ1kUSQmR+KBK5bFzrLe9JuNCaho0Z9L2kYroR=V_Dfe-w@mail.gmail.com> (raw)
In-Reply-To: <d7d569b1cad18e4cdf6272c9d393a27d267f1852.camel@nedap.com>

On Fri, 6 Nov 2020 at 05:24, Harm Berntsen <harm.berntsen@nedap.com> wrote:
>
> The pci_mmc.c driver can generate ACPI info and therefore includes
> asm/acpi_table.h by proxy. This file does not exist for the ARM
> architecture and thus code compilation failed when using this
> driver on ARM.
>
> Signed-off-by: Harm Berntsen <harm.berntsen@nedap.com>
> CC: Simon Glass <sjg@chromium.org>
> ---
> Changes for v2:
> Different approach, the previous commit (acpi: Only include asm header
> when available) used ifdefs to conditionally include acpi_table.h.
> Based on Simon's suggestion this patch adds an empty file to fix the
> issue.
>
>  arch/arm/include/asm/acpi_table.h | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 arch/arm/include/asm/acpi_table.h


Reviewed-by: Simon Glass <sjg@chromium.org>
>
>

  reply	other threads:[~2020-11-06 18:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-30  8:45 [PATCH 2/3] acpi: Only include asm header when available Harm Berntsen
2020-11-03 15:12 ` Simon Glass
2020-11-06 12:24   ` [PATCH v2 2/3] acpi: Add missing ARM acpi_table header Harm Berntsen
2020-11-06 18:50     ` Simon Glass [this message]
2021-01-19 13:03     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ1kUSQmR+KBK5bFzrLe9JuNCaho0Z9L2kYroR=V_Dfe-w@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.