netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Kalle Pokki" <kalle.pokki@iki.fi>
To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	bryan.wu@analog.com
Subject: Blackfin Ethernet MAC driver compile error
Date: Tue, 2 Oct 2007 14:30:42 +0300	[thread overview]
Message-ID: <a425f86c0710020430o3507eeb2veb104dc936f230dd@mail.gmail.com> (raw)

The Blackfin Ethernet MAC driver does not compile. It seems the driver is
missing some pinmux defines.

  CC      drivers/net/bfin_mac.o
drivers/net/bfin_mac.c: In function 'setup_pin_mux':
drivers/net/bfin_mac.c:275: error: 'P_MII0' undeclared (first use in
this function)
drivers/net/bfin_mac.c:275: error: (Each undeclared identifier is
reported only once
drivers/net/bfin_mac.c:275: error: for each function it appears in.)
drivers/net/bfin_mac.c:279: error: implicit declaration of function
'peripheral_request_list'
drivers/net/bfin_mac.c:285: error: implicit declaration of function
'peripheral_free_list'
make[2]: *** [drivers/net/bfin_mac.o] Error 1
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2

             reply	other threads:[~2007-10-02 11:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-02 11:30 Kalle Pokki [this message]
2007-10-02 15:36 ` Blackfin Ethernet MAC driver compile error Robin Getz
2007-10-04  9:20   ` Bryan Wu
2007-10-04  9:12 ` Bryan Wu
2007-10-04 14:26   ` Kalle Pokki
2007-10-04 16:31     ` Bryan Wu

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=a425f86c0710020430o3507eeb2veb104dc936f230dd@mail.gmail.com \
    --to=kalle.pokki@iki.fi \
    --cc=bryan.wu@analog.com \
    --cc=linux-kernel@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;
as well as URLs for NNTP newsgroup(s).