diff options
| author | Marek Vasut <[email protected]> | 2020-05-17 18:24:18 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2020-06-29 22:36:35 +0200 |
| commit | 553286a63ca5e60beb4cf5af68795c7d78a19ceb (patch) | |
| tree | 6ec2a6ea6d7f0546b5426a95158b5ff59457a364 /drivers | |
| parent | 54c6067486e576eea70020d743a0a19d5ad1e603 (diff) | |
net: pcnet: Drop useless forward declarations
Remove those as they are not needed anymore.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/pcnet.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/pcnet.c b/drivers/net/pcnet.c index 6d464cd0a4e..d8249f0a1cf 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) { |
