login
Header Space

 
 

compile error in current git

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Greg KH <gregkh@...>
Cc: Linux Kernel Mailing List <linux-kernel@...>
Date: Friday, January 25, 2008 - 4:36 pm

When compiling current git with CONFIG_BLOCK disabled, I'm seeing this 
compile error:

  CC      drivers/base/core.o
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c: In function ‘device_add_class_symlinks’:
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: ‘part_type’ undeclared (first use in this function)
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: (Each undeclared identifier is reported only once
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:655: error: for each function it appears in.)
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c: In function ‘device_remove_class_symlinks’:
/home/jeremy/hg/xen/paravirt/linux/drivers/base/core.c:728: error: ‘part_type’ undeclared (first use in this function)
make[4]: *** [drivers/base/core.o] Error 1

    J
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
compile error in current git, Jeremy Fitzhardinge, (Fri Jan 25, 4:36 pm)
Re: compile error in current git, Greg KH, (Fri Jan 25, 6:17 pm)
Re: compile error in current git, Randy Dunlap, (Fri Jan 25, 7:00 pm)
Re: compile error in current git, Greg KH, (Fri Jan 25, 7:11 pm)
Re: compile error in current git, Jeremy Fitzhardinge, (Fri Jan 25, 7:24 pm)
[Patch] drivers/base/core.c: fix a compile error, WANG Cong, (Sat Jan 26, 5:14 am)
speck-geostationary