lkml.org 
[lkml]   [2016]   [Feb]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] bluetooth: btmrvl: parse host wakeup configuration from device tree
Hi Xinming,

[auto build test ERROR on bluetooth-next/master]
[also build test ERROR on v4.5-rc2 next-20160202]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url: https://github.com/0day-ci/linux/commits/Amitkumar-Karwar/bluetooth-btmrvl-register-platform-specific-driver/20160203-122014
base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
config: i386-randconfig-r0-201605 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=i386

All errors (new ones prefixed by >>):

>> drivers/bluetooth/btmrvl_platform.c:141:22: error: 'btmrvl_plt_pm_ops' undeclared here (not in a function)
.pm = &btmrvl_plt_pm_ops,
^

vim +/btmrvl_plt_pm_ops +141 drivers/bluetooth/btmrvl_platform.c

135 static struct platform_driver btmrvl_platform_driver = {
136 .probe = btmrvl_plt_probe,
137 .remove = btmrvl_plt_remove,
138 .driver = {
139 .name = "btmrvl_plt",
140 .of_match_table = btmrvl_dt_match,
> 141 .pm = &btmrvl_plt_pm_ops,
142 }
143 };
144

---
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: 2016-02-03 07:02    [W:0.037 / U:2.556 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site