Messages in this thread |  | | Date | Wed, 1 Apr 2020 09:16:49 +0800 | From | kbuild test robot <> | Subject | Re: [PATCH 3/4] clk / soc: mediatek: Bind clock and gpu driver for mt2701 |
| |
Hi Enric,
I love your patch! Yet something to improve:
[auto build test ERROR on next-20200331] [cannot apply to clk/clk-next robh/for-next rockchip/for-next keystone/next arm64/for-next/core arm-soc/for-next shawnguo/for-next arm/for-next xlnx/master linus/master v5.6 v5.6-rc7 v5.6-rc6 v5.6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url: https://github.com/0day-ci/linux/commits/Enric-Balletbo-i-Serra/soc-mediatek-Enable-mmsys-driver-by-default-if-Mediatek-arch-is-selected/20200401-054911 base: 3eb7cccdb3ae41ebb6a2f5f1ccd2821550c61fe1 config: i386-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-6) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=i386
If you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clk/mediatek/clk-mt2701-mm.c:107:21: error: 'of_match_clk_mt2701_mm' undeclared here (not in a function) .of_match_table = of_match_clk_mt2701_mm, ^~~~~~~~~~~~~~~~~~~~~~
vim +/of_match_clk_mt2701_mm +107 drivers/clk/mediatek/clk-mt2701-mm.c
e9862118272aa5 Shunli Wang 2016-11-04 102 e9862118272aa5 Shunli Wang 2016-11-04 103 static struct platform_driver clk_mt2701_mm_drv = { e9862118272aa5 Shunli Wang 2016-11-04 104 .probe = clk_mt2701_mm_probe, e9862118272aa5 Shunli Wang 2016-11-04 105 .driver = { e9862118272aa5 Shunli Wang 2016-11-04 106 .name = "clk-mt2701-mm", e9862118272aa5 Shunli Wang 2016-11-04 @107 .of_match_table = of_match_clk_mt2701_mm, e9862118272aa5 Shunli Wang 2016-11-04 108 }, e9862118272aa5 Shunli Wang 2016-11-04 109 }; e9862118272aa5 Shunli Wang 2016-11-04 110
:::::: The code at line 107 was first introduced by commit :::::: e9862118272aa528e35e54ef9f1e35c217870fd7 clk: mediatek: Add MT2701 clock support
:::::: TO: Shunli Wang <shunli.wang@mediatek.com> :::::: CC: Stephen Boyd <sboyd@codeaurora.org>
--- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org [unhandled content-type:application/gzip] |  |