From: Andi Shyti <andi.shyti-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
Dmitry Torokhov
<dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andi Shyti <andi-ahk0KpmfxKRAfugRpC6u6w@public.gmane.org>
Subject: Re: [PATCH v3] Input: add support for the Samsung S6SY761 touchscreen
Date: Tue, 26 Sep 2017 14:53:39 +0900 [thread overview]
Message-ID: <20170926055339.GC6393@gangnam> (raw)
In-Reply-To: <201709260816.p8Srr1ks%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Ops, sorry,
this patch must have come from the wrong branch on my PC as this
driver has also been tested as module :/
Sorry,
I will send the patch v4 with this fix.
Andi
On Tue, Sep 26, 2017 at 09:02:41AM +0800, kbuild test robot wrote:
> Hi Andi,
>
> [auto build test ERROR on input/next]
> [also build test ERROR on v4.14-rc2 next-20170922]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Andi-Shyti/Input-add-support-for-the-Samsung-S6SY761-touchscreen/20170926-080648
> base: https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
> config: ia64-allmodconfig (attached as .config)
> compiler: ia64-linux-gcc (GCC) 6.2.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> make.cross ARCH=ia64
>
> All error/warnings (new ones prefixed by >>):
>
> In file included from drivers/input/touchscreen/s6sy761.c:19:0:
> >> drivers/input/touchscreen/s6sy761.c:539:26: error: 'stmfts_id' undeclared here (not in a function)
> MODULE_DEVICE_TABLE(i2c, stmfts_id);
> ^
> include/linux/module.h:212:21: note: in definition of macro 'MODULE_DEVICE_TABLE'
> extern const typeof(name) __mod_##type##__##name##_device_table \
> ^~~~
> >> include/linux/module.h:212:27: error: '__mod_i2c__stmfts_id_device_table' aliased to undefined symbol 'stmfts_id'
> extern const typeof(name) __mod_##type##__##name##_device_table \
> ^
> >> drivers/input/touchscreen/s6sy761.c:539:1: note: in expansion of macro 'MODULE_DEVICE_TABLE'
> MODULE_DEVICE_TABLE(i2c, stmfts_id);
> ^~~~~~~~~~~~~~~~~~~
> --
> In file included from drivers/input//touchscreen/s6sy761.c:19:0:
> drivers/input//touchscreen/s6sy761.c:539:26: error: 'stmfts_id' undeclared here (not in a function)
> MODULE_DEVICE_TABLE(i2c, stmfts_id);
> ^
> include/linux/module.h:212:21: note: in definition of macro 'MODULE_DEVICE_TABLE'
> extern const typeof(name) __mod_##type##__##name##_device_table \
> ^~~~
> >> include/linux/module.h:212:27: error: '__mod_i2c__stmfts_id_device_table' aliased to undefined symbol 'stmfts_id'
> extern const typeof(name) __mod_##type##__##name##_device_table \
> ^
> drivers/input//touchscreen/s6sy761.c:539:1: note: in expansion of macro 'MODULE_DEVICE_TABLE'
> MODULE_DEVICE_TABLE(i2c, stmfts_id);
> ^~~~~~~~~~~~~~~~~~~
>
> vim +/stmfts_id +539 drivers/input/touchscreen/s6sy761.c
>
> 534
> 535 static const struct i2c_device_id s6sy761_id[] = {
> 536 { "s6sy761", 0 },
> 537 { },
> 538 };
> > 539 MODULE_DEVICE_TABLE(i2c, stmfts_id);
> 540
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2017-09-26 5:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20170925075340epcas2p32231b7be04f41cd02f58bb5e9e66c28b@epcas2p3.samsung.com>
2017-09-25 7:53 ` [PATCH v3] Input: add support for the Samsung S6SY761 touchscreen Andi Shyti
2017-09-26 1:02 ` kbuild test robot
[not found] ` <201709260816.p8Srr1ks%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-09-26 5:53 ` Andi Shyti [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170926055339.GC6393@gangnam \
--to=andi.shyti-sze3o3uu22jbdgjk7y7tuq@public.gmane.org \
--cc=andi-ahk0KpmfxKRAfugRpC6u6w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).