[netdrvr] tulip, de2104x: fix typo: s/__sparc_/__sparc__/

Noticed by Doug Nazar (via David Miller).

Signed-off-by: Jeff Garzik <jeff@garzik.org>

+2 -2
+1 -1
drivers/net/tulip/de2104x.c
··· 63 63 64 64 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */ 65 65 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \ 66 - || defined(__sparc_) || defined(__ia64__) \ 66 + || defined(__sparc__) || defined(__ia64__) \ 67 67 || defined(__sh__) || defined(__mips__) 68 68 static int rx_copybreak = 1518; 69 69 #else
+1 -1
drivers/net/tulip/tulip_core.c
··· 67 67 68 68 /* Set the copy breakpoint for the copy-only-tiny-buffer Rx structure. */ 69 69 #if defined(__alpha__) || defined(__arm__) || defined(__hppa__) \ 70 - || defined(__sparc_) || defined(__ia64__) \ 70 + || defined(__sparc__) || defined(__ia64__) \ 71 71 || defined(__sh__) || defined(__mips__) 72 72 static int rx_copybreak = 1518; 73 73 #else