[#5279] kernel build failure in boards with isp1760 enabled
Submitted By: Peter Meerwald
Open Date
2009-06-18 12:41:27 Close Date
2009-08-10 04:40:28
Priority:
Medium Assignee:
Nobody
Status:
Closed Fixed In Release:
N/A
Found In Release:
snaps Release:
Category:
Make Errors Board:
STAMP
Processor:
BF537 Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
svn
App binary format:
N/A
Summary: kernel build failure in boards with isp1760 enabled
Details:
svn rev 6785
pmeerw@pmeerw-pc:~/bf/svn/linux-kernel$ make
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-blackfin
CALL scripts/checksyscalls.sh
CHK include/linux/compile.h
CC arch/blackfin/mach-bf537/boards/stamp.o
arch/blackfin/mach-bf537/boards/stamp.c:82: error: unknown field ‘port1_disable’ specified in initializer
arch/blackfin/mach-bf537/boards/stamp.c:
#if defined(CONFIG_USB_ISP1760_HCD) || defined(CONFIG_USB_ISP1760_HCD_MODULE)
// ...
static struct isp1760_platform_data isp1760_priv = {
.is_isp1761 = 0,
.port1_disable = 0, <-- line 82, error!!!
.bus_width_16 = 1,
.port1_otg = 0,
.analog_oc = 0,
.dack_polarity_high = 0,
.dreq_polarity_high = 0,
};
Follow-ups
--- Peter Meerwald 2009-06-18 12:43:22
likely broken by
pmeerw@pmeerw-pc:~/bf/svn/linux-kernel$ svn log include/linux/usb/isp1760.h
------------------------------------------------------------------------
r6669 | vapier | 2009-06-12 03:12:35 +0200 (Fri, 12 Jun 2009) | 1 line
drop support for port1 disable as upstream has dropped it as well
--- Mike Frysinger 2009-06-18 15:13:54
dropped from all the boards, not just bf537-stamp. thanks.
--- Michael Hennerich 2009-08-10 09:40:39
close it
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found