From: Timur Tabi Date: Sun, 11 Jan 2009 08:25:21 +0000 (-0800) Subject: ucc_geth: use correct UCCE macros X-Git-Tag: v2.6.29-rc2~105^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bc53427e4f323d4f33f70477fc32c1c2ae7fb5d;p=pandora-kernel.git ucc_geth: use correct UCCE macros The UCC Event Register (UCCE) already has unambigous macro definitions in qe.h, so we should not be defining our own in the UCC Ethernet driver. Removed unused local variable 'dev' from ucc_geth_poll(), which fixes a warning caused by commit 908a7a16b852ffd618a9127be8d62432182d81b4 ("net: Remove unused netdev arg from some NAPI interfaces."). Replaced in_be/out_be pairs with setbits32 or clrbits32, where applicable. Signed-off-by: Timur Tabi Signed-off-by: David S. Miller --- Reading git-diff-tree failed