From: LEROY Christophe Date: Thu, 9 Oct 2014 14:54:43 +0000 (+0200) Subject: net: fs_enet: error: 'SCCE_ENET_TXF' undeclared X-Git-Tag: fixes-against-v3.18-rc2~115^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4ecf39a2fb2285b3ffc869411461a3e83e1b63;p=pandora-kernel.git net: fs_enet: error: 'SCCE_ENET_TXF' undeclared [linux-devel:devel-hourly-2014100909 3763/3915] drivers/net/ethernet/freescale/fs_enet/mac-scc.c:119:32: error: 'SCCE_ENET_TXF' undeclared Due to patch d43a396 net: fs_enet: Add NAPI TX, it appears that some target compilations are broken. This is due to the fact that unlike the FEC, the SCC and FCC don't have a TXF event (complete Frame transmitted) but only TXB (buffer transmitted). Signed-off-by: Christophe Leroy Signed-off-by: David S. Miller --- Reading git-diff-tree failed