summaryrefslogtreecommitdiffstats
path: root/drivers/net/tulip/tulip_core.c
diff options
context:
space:
mode:
authorJeff Garzik2008-04-17 02:37:24 +0200
committerJeff Garzik2008-04-17 02:37:24 +0200
commit48dd59e398455b58910910bc272e0da85f11bd98 (patch)
treee26aa115aefd71e89d55003213983542b9ed71ff /drivers/net/tulip/tulip_core.c
parentdrivers/net/bonding/bond_main.c - remove unnecessary #define (diff)
downloadkernel-qcow2-linux-48dd59e398455b58910910bc272e0da85f11bd98.tar.gz
kernel-qcow2-linux-48dd59e398455b58910910bc272e0da85f11bd98.tar.xz
kernel-qcow2-linux-48dd59e398455b58910910bc272e0da85f11bd98.zip
[netdrvr] tulip/winbond-840: don't let tulip.h symbol stomp ours
winbond-840 shares tulip.h with the tulip driver, because they share many (but not all) of the same register definitions. This is useful for the register definitions, but not helpful when it comes to symbols that are shared among the tulip driver's C modules, but not meant to be shared outside that one driver. Thus, PKT_BUF_SZ is a symbol internal to tulip, but it was intruding upon a similar symbol in winbond-840's namespace. This was not a problem as long as the two symbols had the same value, but upcoming patches result in differing symbol values. Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/tulip/tulip_core.c')
0 files changed, 0 insertions, 0 deletions