From: David Miller <davem@davemloft.net>
To: fkan@apm.com
Cc: patches@apm.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2] net: eth: xgene: change APM X-Gene SoC platform ethernet to support ACPI
Date: Mon, 05 Jan 2015 22:42:35 -0500 (EST) [thread overview]
Message-ID: <20150105.224235.1941007145649816230.davem@davemloft.net> (raw)
In-Reply-To: <20150105.224137.894770670718334587.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Mon, 05 Jan 2015 22:41:37 -0500 (EST)
> From: Feng Kan <fkan@apm.com>
> Date: Mon, 5 Jan 2015 17:42:56 -0800
>
>> This adds support for APM X-Gene ethernet driver to use ACPI table to derive
>> ethernet driver parameter.
>>
>> Signed-off-by: Feng Kan <fkan@apm.com>
>
> Applied.
Actually, reverted, this breaks the build:
drivers/net/ethernet/apm/xgene/xgene_enet_main.c:1031:28: warning: ‘xgene_enet_of_match’ defined but not used [-Wunused-variable]
static struct of_device_id xgene_enet_of_match[] = {
^
In file included from drivers/net/ethernet/apm/xgene/xgene_enet_main.h:32:0,
from drivers/net/ethernet/apm/xgene/xgene_enet_main.c:22:
include/linux/module.h:138:40: error: ‘__mod_of__xgene_enet_match_device_table’ aliased to undefined symbol ‘xgene_enet_match’
extern const struct type##_device_id __mod_##type##__##name##_device_table \
^
drivers/net/ethernet/apm/xgene/xgene_enet_main.c:1036:1: note: in expansion of macro ‘MODULE_DEVICE_TABLE’
MODULE_DEVICE_TABLE(of, xgene_enet_match);
^
next prev parent reply other threads:[~2015-01-06 3:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 1:42 [PATCH V2] net: eth: xgene: change APM X-Gene SoC platform ethernet to support ACPI Feng Kan
2015-01-06 3:41 ` David Miller
2015-01-06 3:42 ` David Miller [this message]
2015-01-06 4:05 ` Feng Kan
2015-01-06 4:10 ` David Miller
2015-01-06 19:30 ` Feng Kan
2015-01-06 19:46 ` David Miller
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=20150105.224235.1941007145649816230.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=fkan@apm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=patches@apm.com \
/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).