tree:   
https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
topic/salvator-x-hdmi-prototype-2016-08-30-v4.8-rc4
head:   734ea84d5f5e0cb742993e87fb99f934b5719d38
commit: c585bda5a818d6c75430e57587c7e529395ddfbf [915/2661] [media] i2c: 
adv7482: add adv7482 driver
config: tile-allmodconfig (attached as .config)
compiler: tilegx-linux-gcc (GCC) 4.6.2
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
        git checkout c585bda5a818d6c75430e57587c7e529395ddfbf
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All errors (new ones prefixed by >>):

   drivers/media/i2c/adv7482.c:1368:1: error: 'adv7482_of_ids' undeclared here 
(not in a function)
   drivers/media/i2c/adv7482.c:761:12: warning: 'adv7482_s_dv_timings' defined 
but not used [-Wunused-function]
   drivers/media/i2c/adv7482.c:795:12: warning: 'adv7482_g_dv_timings' defined 
but not used [-Wunused-function]
   drivers/media/i2c/adv7482.c:807:12: warning: 'adv7482_query_dv_timings' 
defined but not used [-Wunused-function]
>> drivers/media/i2c/adv7482.c:1368:1: error: 
>> '__mod_of__adv7482_of_ids_device_table' aliased to undefined symbol 
>> 'adv7482_of_ids'

vim +1368 drivers/media/i2c/adv7482.c

  1362  };
  1363  
  1364  static const struct of_device_id adv7482_of_table[] = {
  1365          { .compatible = "adi,adv7482", },
  1366          { }
  1367  };
> 1368  MODULE_DEVICE_TABLE(of, adv7482_of_ids);
  1369  
  1370  static struct i2c_driver adv7482_driver = {
  1371          .driver = {

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data

Reply via email to