From: Peppe CAVALLARO <peppe.cavallaro@st.com>
To: David Miller <davem@davemloft.net>
Cc: "akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"schwidefsky@de.ibm.com" <schwidefsky@de.ibm.com>,
"heiko.carstens@de.ibm.com" <heiko.carstens@de.ibm.com>
Subject: Re: [patch 2/2] drivers/net/stmmac/: add HAS_IOMEM dependency
Date: Tue, 5 Oct 2010 12:46:49 +0200 [thread overview]
Message-ID: <4CAB0219.40007@st.com> (raw)
In-Reply-To: <20101003.220035.183055886.davem@davemloft.net>
Hello
On 10/04/2010 07:00 AM, David Miller wrote:
> From: akpm@linux-foundation.org
> Date: Fri, 01 Oct 2010 14:17:13 -0700
>
> > From: Martin Schwidefsky <schwidefsky@de.ibm.com>
> >
> > The stmmac driver does not compile on s390:
> >
> > drivers/net/stmmac/stmmac_main.c: In function 'stmmac_adjust_link':
> > drivers/net/stmmac/stmmac_main.c:210: error: implicit declaration of function
> 'readl'
> > drivers/net/stmmac/stmmac_main.c:263: error: implicit declaration of function
> 'writel'
> > drivers/net/stmmac/stmmac_main.c: In function 'stmmac_dvr_probe':
> > drivers/net/stmmac/stmmac_main.c:1674: error: implicit declaration of
> function 'ioremap'
> > drivers/net/stmmac/stmmac_main.c:1674: warning: assignment makes pointer from
> integer without a cast
> > drivers/net/stmmac/stmmac_main.c:1761: error: implicit declaration of
> function 'iounmap'
> > make[3]: *** [drivers/net/stmmac/stmmac_main.o] Error 1
> >
> > Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
> > Cc: Giuseppe CAVALLARO <peppe.cavallaro@st.com>
> > Cc: David S. Miller <davem@davemloft.net>
> > Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
>
> This got fixed by adding a dependency on CPU_SUBTYPE_ST40.
This dependency was removed in driver included in net-next Git (because
the CPU_SUBTYPE_ST40 is a dead option).
I've seen that other drivers depend on HAS_IOMEM that is always defined
for STM and ARM targets (where the I know the stmmac is used); No
problem for me to add this new dependency to in HAS_IOMEM the stmmac's
Kconfig if actually needed.
Regards
Peppe
next prev parent reply other threads:[~2010-10-05 10:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-01 21:17 [patch 2/2] drivers/net/stmmac/: add HAS_IOMEM dependency akpm
2010-10-04 5:00 ` David Miller
2010-10-05 10:46 ` Peppe CAVALLARO [this message]
2010-10-05 18:41 ` 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=4CAB0219.40007@st.com \
--to=peppe.cavallaro@st.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=heiko.carstens@de.ibm.com \
--cc=netdev@vger.kernel.org \
--cc=schwidefsky@de.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.