Re: [PATCH V2 3/3] vfio, platform: add QTI HIDMA reset driver

From: kbuild test robot
Date: Fri Mar 11 2016 - 13:36:54 EST


Hi Sinan,

[auto build test ERROR on vfio/next]
[also build test ERROR on v4.5-rc7 next-20160311]
[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/Sinan-Kaya/vfio-platform-add-HIDMA-and-ACPI-support/20160312-005737
base: https://github.com/awilliam/linux-vfio.git next
config: arm-allmodconfig (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=arm

All errors (new ones prefixed by >>):

>> drivers/vfio/platform/reset/vfio_platform_qcomhidma.c:97:28: error: expected declaration specifiers or '...' before string constant
VFIO_PLATFORM_MODULE_ALIAS("qcom,hidma-1.0");
^
drivers/vfio/platform/reset/vfio_platform_qcomhidma.c:98:28: error: expected declaration specifiers or '...' before string constant
VFIO_PLATFORM_MODULE_ALIAS("QCOM8061");
^

vim +97 drivers/vfio/platform/reset/vfio_platform_qcomhidma.c

91
92 pr_info("HIDMA channel reset\n");
93 return 0;
94 }
95 module_vfio_reset_handler("qcom,hidma-1.0", "QCOM8061",
96 vfio_platform_qcomhidma_reset);
> 97 VFIO_PLATFORM_MODULE_ALIAS("qcom,hidma-1.0");
98 VFIO_PLATFORM_MODULE_ALIAS("QCOM8061");
99
100 MODULE_LICENSE("GPL v2");

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

Attachment: .config.gz
Description: Binary data