* drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed'
@ 2012-10-02 9:58 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-10-02 9:58 UTC (permalink / raw)
To: kernel-janitors
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-02 9:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 9:58 drivers/mtd/nand/atmel_nand.c:639: error: implicit declaration of function 'writel_relaxed' Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox