]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] net: ne2k.c won't compile if pci_clone_list is const
authorHorms <horms@verge.net.au>
Thu, 23 Mar 2006 07:36:28 +0000 (16:36 +0900)
committerJeff Garzik <jeff@garzik.org>
Fri, 24 Mar 2006 17:10:55 +0000 (12:10 -0500)
commitd37605d72a3eca6af4f7e96bd277ba964fe65977
tree45014cb8e62adc5b0e8e788fe1cfd78dfcd12d50
parent2ddca586abb7f3a1955375d45a46c96ffa0a784c
[PATCH] net: ne2k.c won't compile if pci_clone_list is const

net: ne2k.c won't compile if pci_clone_list is const

fdf565899c6260753fe51a91c490f03a9b620fa6 which (amongst other things)
made pci_clone_list in ne2k-pci.c const causes the following compile error.
This patch reverses that portion of that changeset

drivers/net/ne2k-pci.c:123: error: pci_clone_list causes a section type
conflict

~/ gcc --version
gcc (GCC) 4.0.3 (Debian 4.0.3-1)
~/ dpkg gcc-4.0 | grep Version
Version: 4.0.3-1

Signed-Off-By: Horms <horms@verge.net.au
 ne2k-pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

cee0890cc97247b6a9decd94f5dc0719ac8f0b1b

Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ne2k-pci.c