X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fuli526x.c;h=c56836641b1852626f2ff03a413bf1e57d3cd50b;hb=cce289a928583a64db6ec8f813cc7884ae62c213;hp=47cdb858c7731211c0114cc6e5fca70cbc8dd592;hpb=1fd92db83d399ff7918e51ba84bc73d2466b5eb6;p=oweals%2Fu-boot.git diff --git a/drivers/net/uli526x.c b/drivers/net/uli526x.c index 47cdb858c7..c56836641b 100644 --- a/drivers/net/uli526x.c +++ b/drivers/net/uli526x.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2007, 2010 Freescale Semiconductor, Inc. * @@ -6,8 +7,6 @@ * Description: * ULI 526x Ethernet port driver. * Based on the Linux driver: drivers/net/tulip/uli526x.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -166,7 +165,6 @@ static int mode = 8; /* function declaration -- */ static int uli526x_start_xmit(struct eth_device *dev, void *packet, int length); -static const struct ethtool_ops netdev_ethtool_ops; static u16 read_srom_word(long, int); static void uli526x_descriptor_init(struct uli526x_board_info *, unsigned long); static void allocate_rx_buffer(struct uli526x_board_info *);