lkml.org 
[lkml]   [2015]   [Oct]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH 2/2] i2c: add ACPI support for I2C mux ports
    Hi Dustin,

    [auto build test ERROR on wsa/i2c/for-next -- if it's inappropriate base, please ignore]

    config: xtensa-allyesconfig (attached as .config)
    reproduce:
    wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
    chmod +x ~/bin/make.cross
    # save the attached .config to linux build tree
    make.cross ARCH=xtensa

    All errors (new ones prefixed by >>):

    drivers/i2c/i2c-mux.c: In function 'i2c_add_mux_adapter':
    >> drivers/i2c/i2c-mux.c:181:3: error: implicit declaration of function 'acpi_preset_companion' [-Werror=implicit-function-declaration]
    acpi_preset_companion(&priv->adap.dev, ACPI_COMPANION(mux_dev),
    ^
    cc1: some warnings being treated as errors

    vim +/acpi_preset_companion +181 drivers/i2c/i2c-mux.c

    175 }
    176
    177 /*
    178 * Associate the mux channel with an ACPI node.
    179 */
    180 if (has_acpi_companion(mux_dev))
    > 181 acpi_preset_companion(&priv->adap.dev, ACPI_COMPANION(mux_dev),
    182 chan_id);
    183
    184 if (force_nr) {

    ---
    0-DAY kernel test infrastructure Open Source Technology Center
    https://lists.01.org/pipermail/kbuild-all Intel Corporation
    [unhandled content-type:application/octet-stream]
    \
     
     \ /
      Last update: 2015-10-10 03:21    [W:4.571 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site