[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100407.232500.184442638.davem@davemloft.net>
Date: Wed, 07 Apr 2010 23:25:00 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sfr@...b.auug.org.au
Cc: netdev@...r.kernel.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org, john.linn@...inx.com,
jtyner@...ucr.edu
Subject: Re: linux-next: build failure after merge of the final tree
From: Stephen Rothwell <sfr@...b.auug.org.au>
Date: Thu, 8 Apr 2010 15:35:05 +1000
> After merging the final tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
>
> drivers/net/ll_temac_main.c: In function 'll_temac_recv':
> drivers/net/ll_temac_main.c:695: error: implicit declaration of function 'virt_to_bus'
>
> Caused by commit 459569145516f7967b916c57445feb02c600668c ("Add
> non-Virtex5 support for LL TEMAC driver") from the net tree.
>
> I have reverted that commit for today.
And I'm reverting it too, it's illegal to use virt_to_bus()
in new code in this day and age.
John, you'll need to use the DMA mapping APIs in this change when you
resubmit it.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists