Re: [next-20080529] build error: function: i8042_platform_init

Previous thread: [PATCH] x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester on Thursday, May 29, 2008 - 5:14 pm. (4 messages)

Next thread: Re: [Ksummit-2008-discuss] Fixing the Kernel Janitors project by Neil Brown on Thursday, May 29, 2008 - 5:40 pm. (1 message)
From: Chris Frey
Date: Thursday, May 29, 2008 - 5:15 pm

Hi,

I haven't seen this on the list yet.

  CC      drivers/input/serio/serio.o
  CC      drivers/input/serio/i8042.o
In file included from drivers/input/serio/i8042.h:28,
                 from drivers/input/serio/i8042.c:85:
drivers/input/serio/i8042-x86ia64io.h: In function 'i8042_platform_init':
drivers/input/serio/i8042-x86ia64io.h:590: error: 'i8042_nopnp' undeclared (first use in this function)
drivers/input/serio/i8042-x86ia64io.h:590: error: (Each undeclared identifier is reported only once
drivers/input/serio/i8042-x86ia64io.h:590: error: for each function it appears in.)
make[2]: *** [drivers/input/serio/i8042.o] Error 1
make[1]: *** [drivers/input/serio] Error 2
make: *** [drivers] Error 2


The configuration is below.

- Chris


#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.26-rc4
# Thu May 29 17:13:35 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# ...
From: Randy Dunlap
Date: Thursday, May 29, 2008 - 7:45 pm

Please see this thread for patches:
  http://lkml.org/lkml/2008/5/29/299


---
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
--

From: Chris Frey
Date: Thursday, May 29, 2008 - 8:42 pm

Thanks.  I applied the second patch in that thread, and it gets past
the serio.o module.

I realize this is not related to serio anymore, but now it stops here,
using the same config as in my previous email.  This is just a general
build report... I don't expect you to fix it personally. :-)

I can't seem to find ieee80211_tx_control anywhere in the tree, except in
pio.h.


  CC      drivers/net/wireless/airo.o
  CC      drivers/net/wireless/b43legacy/main.o
In file included from drivers/net/wireless/b43legacy/main.c:51:
drivers/net/wireless/b43legacy/pio.h:134: warning: 'struct ieee80211_tx_control' declared inside parameter list
drivers/net/wireless/b43legacy/pio.h:134: warning: its scope is only this definition or declaration, which is probably not what you want
drivers/net/wireless/b43legacy/main.c: In function 'b43legacy_op_tx':
drivers/net/wireless/b43legacy/main.c:2375: error: too few arguments to function 'b43legacy_pio_tx'
make[4]: *** [drivers/net/wireless/b43legacy/main.o] Error 1
make[3]: *** [drivers/net/wireless/b43legacy] Error 2
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

- Chris

--

From: Randy Dunlap
Date: Thursday, May 29, 2008 - 9:08 pm

Patch is here:  http://marc.info/?l=linux-next&m=121165255717756&w=2


---
~Randy
"He closes his eyes and drops the goggles.  You can't get hurt
by looking at a bitmap.  Or can you?"
--

Previous thread: [PATCH] x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester on Thursday, May 29, 2008 - 5:14 pm. (4 messages)

Next thread: Re: [Ksummit-2008-discuss] Fixing the Kernel Janitors project by Neil Brown on Thursday, May 29, 2008 - 5:40 pm. (1 message)