LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [2.6 patch] fix drivers/net/atarilance.c compilation
@ 2008-03-03 21:34 Adrian Bunk
2008-03-05 12:18 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2008-03-03 21:34 UTC (permalink / raw)
To: jgarzik, geert, zippel; +Cc: netdev, linux-kernel, linux-m68k
This patch fixes the following build error:
<-- snip -->
...
CC [M] drivers/net/atarilance.o
{standard input}: Assembler messages:
{standard input}:406: Error: symbol `Lberr' is already defined
{standard input}:460: Error: symbol `Lberr' is already defined
make[3]: *** [drivers/net/atarilance.o] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
drivers/net/atarilance.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
0e01f8d77cf240995235717a4e8582dfefab2926 foobar
diff --git a/drivers/net/atarilance.c b/drivers/net/atarilance.c
index b74dbee..d612dd4 100644
--- a/drivers/net/atarilance.c
+++ b/drivers/net/atarilance.c
@@ -336,8 +336,6 @@ struct lance_addr {
/***************************** Prototypes *****************************/
-static int addr_accessible( volatile void *regp, int wordflag, int
- writeflag );
static unsigned long lance_probe1( struct net_device *dev, struct lance_addr
*init_rec );
static int lance_open( struct net_device *dev );
@@ -406,7 +404,8 @@ struct net_device * __init atarilance_probe(int unit)
/* Derived from hwreg_present() in atari/config.c: */
-static int __init addr_accessible( volatile void *regp, int wordflag, int writeflag )
+static noinline int __init addr_accessible(volatile void *regp, int wordflag,
+ int writeflag)
{
int ret;
long flags;
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] fix drivers/net/atarilance.c compilation
2008-03-03 21:34 [2.6 patch] fix drivers/net/atarilance.c compilation Adrian Bunk
@ 2008-03-05 12:18 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-03-05 12:18 UTC (permalink / raw)
To: Adrian Bunk; +Cc: geert, zippel, netdev, linux-kernel, linux-m68k
Adrian Bunk wrote:
> This patch fixes the following build error:
>
> <-- snip -->
>
> ...
> CC [M] drivers/net/atarilance.o
> {standard input}: Assembler messages:
> {standard input}:406: Error: symbol `Lberr' is already defined
> {standard input}:460: Error: symbol `Lberr' is already defined
> make[3]: *** [drivers/net/atarilance.o] Error 1
>
> <-- snip -->
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-05 12:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-03 21:34 [2.6 patch] fix drivers/net/atarilance.c compilation Adrian Bunk
2008-03-05 12:18 ` Jeff Garzik
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).