Re: mmotm 2008-07-15-15-39 uploaded
From: KAMEZAWA Hiroyuki
Date: Wed Jul 16 2008 - 03:39:01 EST
On Tue, 15 Jul 2008 15:40:14 -0700
akpm@xxxxxxxxxxxxxxxxxxxx wrote:
> The mm-of-the-moment snapshot 2008-07-15-15-39 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> It contains the following patches against 2.6.26:
>
booted succesfully with my usual config.
but not with allmodconfig. (I'm now trying various configs.)
Compile time trouble is here.
allmodconfig complile report on x86-64.
==
compile troubles.
- CONFIG_MOXA_SMARTIO .......no idea.
CC [M] drivers/char/mxser.o
drivers/char/mxser.c: In function 'mxser_flush_chars':
drivers/char/mxser.c:1306: error: 'struct mxser_port' has no member named 'xmit_buf'
drivers/char/mxser.c: In function 'mxser_ioctl_special':
drivers/char/mxser.c:1640: error: 'GMStatus' undeclared (first use in this function)
drivers/char/mxser.c:1640: error: (Each undeclared identifier is reported only once
drivers/char/mxser.c:1640: error: for each function it appears in.)
drivers/char/mxser.c:1701: error: 'mon_data_ext' undeclared (first use in this function)
drivers/char/mxser.c:1720: error: 'me' undeclared (first use in this function)
drivers/char/mxser.c:1678: warning: unused variable 'shiftbit'
make[2]: *** [drivers/char/mxser.o] Error 1
CONFIG_FB_EINK_APOLLO .... seems only for ARM ?
CC [M] drivers/video/eink_apollofb.o
drivers/video/eink_apollofb.c:36:32: error: asm/arch/regs-gpio.h: No such file or directory
drivers/video/eink_apollofb.c:37:26: error: asm/hardware.h: No such file or dire#tory
CONFIG_MFD_TC6393XB .....seems only for ARM ?
CC drivers/mfd/tc6393xb.o
drivers/mfd/tc6393xb.c: In function 'tc6393xb_attach_irq':
drivers/mfd/tc6393xb.c:324: error: implicit declaration of function 'set_irq_flags'
drivers/mfd/tc6393xb.c:324: error: 'IRQF_VALID' undeclared (first use in this function)
drivers/mfd/tc6393xb.c:324: error: (Each undeclared identifier is reported only once
drivers/mfd/tc6393xb.c:324: error: for each function it appears in.)
drivers/mfd/tc6393xb.c:324: error: 'IRQF_PROBE' undeclared (first use in this function)
drivers/mfd/tc6393xb.c:327: error: 'IRQT_FALLING' undeclared (first use in this function)
make[2]: *** [drivers/mfd/tc6393xb.o] Error 1
Seems failed to catch this change.
patches/dma-mapping-add-the-device-argument-to-dma_mapping_error.patch
drivers/mmc/host/sdhci.c: In function 'sdhci_adma_table_pre':
drivers/mmc/host/sdhci.c:363: warning: passing argument 1 of 'dma_mapping_error' makes pointer from integer without a cast
drivers/mmc/host/sdhci.c:363: error: too few arguments to function 'dma_mapping_error'
drivers/mmc/host/sdhci.c:464: warning: passing argument 1 of 'dma_mapping_error' makes pointer from integer without a cast
drivers/mmc/host/sdhci.c:464: error: too few arguments to function 'dma_mapping_error'
make[3]: *** [drivers/mmc/host/sdhci.o] Error 1
==
Regards,
-Kame
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/