All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: "Steven J. Hill" <steven.hill@cavium.com>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] MIPS: Octeon: Remove unused MIO types and macros.
Date: Fri, 24 Mar 2017 11:59:24 +0100	[thread overview]
Message-ID: <20170324105924.GA26117@linux-mips.org> (raw)
In-Reply-To: <20170316160219.GL5512@linux-mips.org>

On Thu, Mar 16, 2017 at 05:02:19PM +0100, Ralf Baechle wrote:

> Thanks, queued for 4.12.

And dropped again:

[...]
  CC      drivers/net/ethernet/cavium/octeon/octeon_mgmt.o
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c: In function ‘octeon_mgmt_ioctl_hwtstamp’:
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c:707:20: error: ‘CVMX_MIO_PTP_CLOCK_COMP’ undeclared (first use in this function)
     cvmx_write_csr(CVMX_MIO_PTP_CLOCK_COMP, clock_comp);
                    ^
drivers/net/ethernet/cavium/octeon/octeon_mgmt.c:707:20: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:294: recipe for target 'drivers/net/ethernet/cavium/octeon/octeon_mgmt.o' failed
make[5]: *** [drivers/net/ethernet/cavium/octeon/octeon_mgmt.o] Error 1
make[5]: Target '__build' not remade because of errors.
scripts/Makefile.build:553: recipe for target 'drivers/net/ethernet/cavium/octeon' failed
make[4]: *** [drivers/net/ethernet/cavium/octeon] Error 2
make[4]: Target '__build' not remade because of errors.
scripts/Makefile.build:553: recipe for target 'drivers/net/ethernet/cavium' failed
make[3]: *** [drivers/net/ethernet/cavium] Error 2
make[3]: Target '__build' not remade because of errors.
scripts/Makefile.build:553: recipe for target 'drivers/net/ethernet' failed
make[2]: *** [drivers/net/ethernet] Error 2
make[2]: Target '__build' not remade because of errors.
scripts/Makefile.build:553: recipe for target 'drivers/net' failed
make[1]: *** [drivers/net] Error 2
  CC      drivers/watchdog/octeon-wdt-main.o
drivers/watchdog/octeon-wdt-main.c: In function ‘octeon_wdt_init’:
drivers/watchdog/octeon-wdt-main.c:585:18: error: ‘CVMX_MIO_BOOT_LOC_ADR’ undeclared (first use in this function)
   cvmx_write_csr(CVMX_MIO_BOOT_LOC_ADR, i * 8);
                  ^
drivers/watchdog/octeon-wdt-main.c:585:18: note: each undeclared identifier is reported only once for each function it appears in
drivers/watchdog/octeon-wdt-main.c:586:18: error: ‘CVMX_MIO_BOOT_LOC_DAT’ undeclared (first use in this function)
   cvmx_write_csr(CVMX_MIO_BOOT_LOC_DAT, ptr[i]);
                  ^
drivers/watchdog/octeon-wdt-main.c:588:17: error: implicit declaration of function ‘CVMX_MIO_BOOT_LOC_CFGX’ [-Werror=implicit-function-declaration]
  cvmx_write_csr(CVMX_MIO_BOOT_LOC_CFGX(0), 0x81fc0000);
                 ^
cc1: some warnings being treated as errors
scripts/Makefile.build:294: recipe for target 'drivers/watchdog/octeon-wdt-main.o' failed
make[2]: *** [drivers/watchdog/octeon-wdt-main.o] Error 1
make[2]: Target '__build' not remade because of errors.
scripts/Makefile.build:553: recipe for target 'drivers/watchdog' failed
make[1]: *** [drivers/watchdog] Error 2
make[1]: Target '__build' not remade because of errors.
Makefile:1002: recipe for target 'drivers' failed
make: *** [drivers] Error 2
make: Target '_all' not remade because of errors.

  Ralf

      reply	other threads:[~2017-03-24 10:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 14:14 [PATCH] MIPS: Octeon: Remove unused MIO types and macros Steven J. Hill
2017-03-16 16:02 ` Ralf Baechle
2017-03-24 10:59   ` Ralf Baechle [this message]

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=20170324105924.GA26117@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=steven.hill@cavium.com \
    /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.