All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed'
Date: Tue, 02 Oct 2012 09:58:50 +0000	[thread overview]
Message-ID: <20121002095850.GA29935@localhost> (raw)

Hi Josh,

FYI, kernel build failed on

commit: 1c7b874d33b463f7150b1ab4617f000af9b327fd  mtd: at91: atmel_nand: add Programmable Multibit ECC controller support
config: avr32-atstk1006_defconfig

All error/warnings:

drivers/mtd/nand/atmel_nand.c: In function 'pmecc_err_location':
drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed'

vim +639 drivers/mtd/nand/atmel_nand.c

1c7b874d (Josh Wu 2012-06-29  633) 	uint32_t val;
1c7b874d (Josh Wu 2012-06-29  634) 	int16_t *smu = host->pmecc_smu;
1c7b874d (Josh Wu 2012-06-29  635) 
1c7b874d (Josh Wu 2012-06-29  636) 	pmerrloc_writel(host->pmerrloc_base, ELDIS, PMERRLOC_DISABLE);
1c7b874d (Josh Wu 2012-06-29  637) 
1c7b874d (Josh Wu 2012-06-29  638) 	for (i = 0; i <= host->pmecc_lmu[cap + 1] >> 1; i++) {
1c7b874d (Josh Wu 2012-06-29 @639) 		pmerrloc_writel_sigma_relaxed(host->pmerrloc_base, i,
1c7b874d (Josh Wu 2012-06-29  640) 				      smu[(cap + 1) * num + i]);
1c7b874d (Josh Wu 2012-06-29  641) 		err_nbr++;
1c7b874d (Josh Wu 2012-06-29  642) 	}

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

                 reply	other threads:[~2012-10-02  9:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20121002095850.GA29935@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@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.