aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pcnet.c
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2020-05-17 16:28:41 +0200
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-06-18 19:34:40 +0200
commitd20e857e6b60720ff8ca98f8a4411336303e8d5f (patch)
tree319b743d8c92131d8900a44ce805c29dc652caf0 /drivers/net/pcnet.c
parent69e08bd735c6d90a00959e0062f587f521f5d3df (diff)
downloadu-boot-d20e857e6b60720ff8ca98f8a4411336303e8d5f.zip
u-boot-d20e857e6b60720ff8ca98f8a4411336303e8d5f.tar.gz
u-boot-d20e857e6b60720ff8ca98f8a4411336303e8d5f.tar.bz2
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>
Diffstat (limited to 'drivers/net/pcnet.c')
-rw-r--r--drivers/net/pcnet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c
index 6d464cd..d8249f0 100644
--- a/drivers/net/pcnet.c
+++ b/drivers/net/pcnet.c
@@ -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)
{