On Thu, Mar 26, 2015 at 10:40:15AM +0000, Build bot for Mark Brown wrote:
For the past couple of days -next has been failing to build an ARM allmodconfig due to the use of defines which don't appear anywhere in the kernel, introduced in f35ba5c9f6043 (mfd: qcom_rpm: Add support for IPQ8064):
arm-allmodconfig ../drivers/mfd/qcom_rpm.c:331:3: error: 'QCOM_RPM_NSS_FABRIC_0_CLK' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:331:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:331:2: error: (near initialization for 'ipq806x_rpm_resource_table') ../drivers/mfd/qcom_rpm.c:335:3: error: 'QCOM_RPM_NSS_FABRIC_1_CLK' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:335:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:335:2: error: (near initialization for 'ipq806x_rpm_resource_table') ../drivers/mfd/qcom_rpm.c:354:3: error: 'QCOM_RPM_SMB208_S1a' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:354:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:354:2: error: (near initialization for 'ipq806x_rpm_resource_table') ../drivers/mfd/qcom_rpm.c:355:3: error: 'QCOM_RPM_SMB208_S1b' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:355:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:355:2: error: (near initialization for 'ipq806x_rpm_resource_table') ../drivers/mfd/qcom_rpm.c:356:3: error: 'QCOM_RPM_SMB208_S2a' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:356:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:356:2: error: (near initialization for 'ipq806x_rpm_resource_table') ../drivers/mfd/qcom_rpm.c:357:3: error: 'QCOM_RPM_SMB208_S2b' undeclared here (not in a function) ../drivers/mfd/qcom_rpm.c:357:2: error: array index in initializer not of integer type ../drivers/mfd/qcom_rpm.c:357:2: error: (near initialization for 'ipq806x_rpm_resource_table')