From: David Miller <davem@davemloft.net>
To: davej@redhat.com
Cc: netdev@vger.kernel.org
Subject: Re: [1/4 v2] Remove unused zero-copy code from velocity NIC driver.
Date: Thu, 23 Jul 2009 15:58:55 -0700 (PDT) [thread overview]
Message-ID: <20090723.155855.108555685.davem@davemloft.net> (raw)
In-Reply-To: <20090721.123322.118453668.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Tue, 21 Jul 2009 12:33:22 -0700 (PDT)
> Ok, all applied to net-next-2.6, thanks.
Ok, now we have a stinking pile of poo situation when one tries to
compile the velocity driver without CONFIG_PM defined.
First we hit:
drivers/net/via-velocity.c: In function ‘velocity_init_module’:
drivers/net/via-velocity.c:3303: error: implicit declaration of function ‘velocity_register_notifier’
drivers/net/via-velocity.c:3306: error: implicit declaration of function ‘velocity_unregister_notifier’
Because the whole CONFIG_PM + CONFIG_INET ifdeffery around these functions
was missed up. Simple enough to fix, but then we get:
drivers/net/via-velocity.c:2957: warning: ‘velocity_suspend’ defined but not used
drivers/net/via-velocity.c:3026: warning: ‘velocity_resume’ defined but not used
Fine, let's ifdef protect these two functions with CONFIG_PM:
drivers/net/via-velocity.c:2853: warning: ‘velocity_set_wol’ defined but not used
drivers/net/via-velocity.c:2939: warning: ‘velocity_save_context’ defined but not used
drivers/net/via-velocity.c:3001: warning: ‘velocity_restore_context’ defined but not used
And at this point I really give up Dave. This whole thing to move
functions around to avoid forward decls has created a worse problem
than it solved.
Unless you can fix this, like, immediately. I want to revert.
This is keeping me from pulling more work into my net-next-2.6
tree.
next prev parent reply other threads:[~2009-07-23 22:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-21 19:28 [1/4 v2] Remove unused zero-copy code from velocity NIC driver Dave Jones
2009-07-21 19:32 ` David Miller
2009-07-21 19:32 ` David Miller
2009-07-21 19:33 ` David Miller
2009-07-21 19:44 ` Dave Jones
2009-07-23 22:58 ` David Miller [this message]
2009-07-24 0:44 ` Dave Jones
2009-07-24 2:02 ` 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=20090723.155855.108555685.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=davej@redhat.com \
--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;
as well as URLs for NNTP newsgroup(s).