[#4411] ssm2602.c does not build for BF526-EZKIT
Submitted By: Mike Frysinger
Open Date
2008-09-05 12:50:04 Close Date
2008-09-25 02:05:14
Priority:
Medium Assignee:
Cliff Cai
Status:
Closed Fixed In Release:
N/A
Found In Release:
N/A Release:
SVN trunk
Category:
N/A Board:
N/A
Processor:
N/A Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
App binary format:
N/A
Summary: ssm2602.c does not build for BF526-EZKIT
Details:
if you configure the kernel for BF526-EZKIT_defconfig, then the build fails
In file included from sound/soc/codecs/ssm2602.c:37:
include/sound/driver.h:1:2: warning: #warning "This file is deprecated"
sound/soc/codecs/ssm2602.c:676: error: 'I2C_DRIVERID_SSM2602' undeclared here (not in a function)
make[3]: *** [sound/soc/codecs/ssm2602.o] Error 1
Follow-ups
--- Cliff Cai 2008-09-06 11:12:25
I2C_DRIVERID_SSM2602 was defined in include/linux/i2c-id.h,it was punted by
Bryan because we are pushing an updated ssm2602 driver to LKML which uses a new
style i2c driver and doesn't need such ID any more.
--- Cliff Cai 2008-09-11 04:52:00
Temporarily restore I2C_DRIVERID_SSM2602 in i2c-id.h
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found