[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090326.005545.180326952.davem@davemloft.net>
Date: Thu, 26 Mar 2009 00:55:45 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: thierry.reding@...onic-design.de
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] net: Add support for the OpenCores 10/100 Mbps
Ethernet MAC.
From: Thierry Reding <thierry.reding@...onic-design.de>
Date: Thu, 26 Mar 2009 08:42:39 +0100
> This patch adds a platform device driver that supports the OpenCores 10/100
> Mbps Ethernet MAC.
>
> The driver expects three resources: one IORESOURCE_MEM resource defines the
> memory region for the core's memory-mapped registers while a second
> IORESOURCE_MEM resource defines the network packet buffer space. The third
> resource, of type IORESOURCE_IRQ, associates an interrupt with the driver.
>
> Signed-off-by: Thierry Reding <thierry.reding@...onic-design.de>
> Acked-by: Florian Fainelli <florian@...nwrt.org>
This doesn't build:
drivers/net/ethoc.c: In function ‘ethoc_interrupt’:
drivers/net/ethoc.c:510: error: implicit declaration of function ‘netif_rx_schedule_prep’
drivers/net/ethoc.c:511: error: implicit declaration of function ‘__netif_rx_schedule’
drivers/net/ethoc.c: In function ‘ethoc_poll’:
drivers/net/ethoc.c:550: error: implicit declaration of function ‘netif_rx_complete’
You are missing some header includes.
Powered by blists - more mailing lists