src/drivers: Drop unneeded empty lines
Change-Id: I202e5d285612b9bf237b588ea3c006187623fdc3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
490546f191
commit
d161a2fafd
46 changed files with 0 additions and 75 deletions
|
|
@ -36,7 +36,6 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
|
|||
|
||||
#include "ns8390.h"
|
||||
|
||||
|
||||
#define ETH_ALEN 6 /* Size of Ethernet address */
|
||||
#define ETH_HLEN 14 /* Size of ethernet header */
|
||||
#define ETH_ZLEN 60 /* Minimum packet */
|
||||
|
|
@ -48,7 +47,6 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
|
|||
#define TX_START 64
|
||||
#define RX_START (64 + D8390_TXBUF_SIZE)
|
||||
|
||||
|
||||
static unsigned int get_count(unsigned int eth_nic_base)
|
||||
{
|
||||
unsigned int ret;
|
||||
|
|
@ -146,7 +144,6 @@ static void str2mac(const char *str, unsigned char *mac)
|
|||
} while (c != '\0');
|
||||
}
|
||||
|
||||
|
||||
static void ns8390_tx_header(unsigned int eth_nic_base, int pktlen)
|
||||
{
|
||||
unsigned short chksum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue