All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: stable <stable@vger.kernel.org>
Subject: Re: Build failures in v4.19.y.queue
Date: Fri, 3 Feb 2023 10:21:22 +0100	[thread overview]
Message-ID: <Y9zSEltcNitcd7R6@kroah.com> (raw)
In-Reply-To: <4b9007db-923d-8394-175f-22b16c078d51@roeck-us.net>

On Tue, Jan 31, 2023 at 08:16:58PM -0800, Guenter Roeck wrote:
> Hi,
> 
> I see a number of build failures in v4.19.y.queue.
> 
> Building arm:allmodconfig ... failed
> --------------
> drivers/memory/atmel-sdramc.c: In function 'atmel_ramc_probe':
> drivers/memory/atmel-sdramc.c:62:23: error: implicit declaration of function 'devm_clk_get_enabled'

Offending patch now dropped.

> 
> Building arm:imx_v6_v7_defconfig ... failed
> --------------
> Error log:
> drivers/mmc/host/sdhci-esdhc-imx.c: In function 'sdhci_esdhc_imx_hwinit':
> drivers/mmc/host/sdhci-esdhc-imx.c:1187:31: error: implicit declaration of function 'cqhci_readl'
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1187:52: error: 'CQHCI_IS' undeclared (first use in this function)
>  1187 |                         tmp = cqhci_readl(cq_host, CQHCI_IS);
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1188:25: error: implicit declaration of function 'cqhci_writel'; did you mean 'sdhci_writel'? [-Werror=implicit-function-declaration]
>  1188 |                         cqhci_writel(cq_host, tmp, CQHCI_IS);
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1189:47: error: 'CQHCI_HALT' undeclared (first use in this function)
>  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
>       |                                               ^~~~~~~~~~
> drivers/mmc/host/sdhci-esdhc-imx.c:1189:59: error: 'CQHCI_CTL' undeclared (first use in this function)
>  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
> 
> Other builds fail with the same errors.

Offending patches now dropped, thanks.

greg k-h

  reply	other threads:[~2023-02-03  9:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-01  4:16 Build failures in v4.19.y.queue Guenter Roeck
2023-02-03  9:21 ` Greg Kroah-Hartman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-13 20:37 Guenter Roeck
2021-05-20  8:41 ` Greg Kroah-Hartman

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=Y9zSEltcNitcd7R6@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux@roeck-us.net \
    --cc=stable@vger.kernel.org \
    /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.