make allyesconfig (on 64-bit x86) build fails on latest -git with the following message: drivers/mfd/htc-pasic3.c:22:31: error: asm/arch/pxa-regs.h: No such file or directory i suspect this driver was not supposed to be buildable on non-ARM-PXA? The patch below should fix this. Ingo ------------> Subject: mtd: htc pasic3 build fix From: Ingo Molnar <mingo@elte.hu> Date: Tue Apr 22 09:24:38 CEST 2008 build fix: drivers/mfd/htc-pasic3.c:22:31: error: asm/arch/pxa-regs.h: No such file or directory Signed-off-by: Ingo Molnar <mingo@elte.hu> --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) Index: linux/drivers/mfd/Kconfig =================================================================== --- linux.orig/drivers/mfd/Kconfig +++ linux/drivers/mfd/Kconfig @@ -32,6 +32,7 @@ config HTC_EGPIO config HTC_PASIC3 tristate "HTC PASIC3 LED/DS1WM chip support" + depends on ARCH_PXA help This core driver provides register access for the LED/DS1WM chips labeled "AIC2" and "AIC3", found on HTC Blueangel and --
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List |
