From: David Miller <davem@davemloft.net>
To: a.beregalov@gmail.com
Cc: linux-next@vger.kernel.org, netdev@vger.kernel.org,
linux-ia64@vger.kernel.org
Subject: Re: next-20081209: build problem at arch/ia64/hp/sim/simeth.c
Date: Wed, 10 Dec 2008 06:41:08 +0000 [thread overview]
Message-ID: <20081209.224108.265455718.davem@davemloft.net> (raw)
In-Reply-To: <a4423d670812090611v715309adq3e9d2d95254e2e16@mail.gmail.com>
From: "Alexander Beregalov" <a.beregalov@gmail.com>
Date: Tue, 9 Dec 2008 17:11:17 +0300
> CC arch/ia64/hp/sim/simeth.o
> arch/ia64/hp/sim/simeth.c: In function 'simeth_probe1':
> arch/ia64/hp/sim/simeth.c:212: error: 'struct net_device' has no
> member named 'open'
> arch/ia64/hp/sim/simeth.c:213: error: 'struct net_device' has no
> member named 'stop'
> arch/ia64/hp/sim/simeth.c:214: error: 'struct net_device' has no
> member named 'hard_start_xmit'
> arch/ia64/hp/sim/simeth.c:215: error: 'struct net_device' has no
> member named 'get_stats'
> arch/ia64/hp/sim/simeth.c:216: error: 'struct net_device' has no
> member named 'set_multicast_list'
The only way for this to happen is if CONFIG_COMPAT_NET_DEV_OPS
is not set.
And we force it on in net/Kconfig:
config COMPAT_NET_DEV_OPS
def_bool y
Perhaps you simply need to update your config properly or something
like that.
prev parent reply other threads:[~2008-12-10 6:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-09 14:11 next-20081209: build problem at arch/ia64/hp/sim/simeth.c Alexander Beregalov
2008-12-09 15:08 ` [PATCH] simnet: convert to net_device_ops Alexey Dobriyan
2008-12-10 6:57 ` David Miller
2008-12-10 11:21 ` Alexander Beregalov
2008-12-10 23:25 ` David Miller
2008-12-10 11:54 ` Alexey Dobriyan
2008-12-16 9:56 ` David Miller
2008-12-10 6:41 ` David Miller [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=20081209.224108.265455718.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=a.beregalov@gmail.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=netdev@vger.kernel.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