mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
net: pcnet: Drop useless forward declarations
Remove those as they are not needed anymore. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
54c6067486
commit
553286a63c
1 changed files with 0 additions and 6 deletions
|
@ -141,12 +141,6 @@ static int pcnet_check(struct eth_device *dev)
|
|||
return readw(base + PCNET_RAP) == 88;
|
||||
}
|
||||
|
||||
static int pcnet_init (struct eth_device *dev, bd_t * bis);
|
||||
static int pcnet_send(struct eth_device *dev, void *packet, int length);
|
||||
static int pcnet_recv (struct eth_device *dev);
|
||||
static void pcnet_halt (struct eth_device *dev);
|
||||
static int pcnet_probe (struct eth_device *dev, bd_t * bis, int dev_num);
|
||||
|
||||
static inline pci_addr_t pcnet_virt_to_mem(const struct eth_device *dev,
|
||||
void *addr)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue