From: Arend van Spriel Date: Wed, 29 Jun 2011 23:47:35 +0000 (-0700) Subject: staging: brcm80211: replace DHD_DEBUG macro with BCMDBG X-Git-Tag: v3.1-rc1~232^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=762c2a36d1af2496ccb3edae31f94f17c47e1a13;p=pandora-kernel.git staging: brcm80211: replace DHD_DEBUG macro with BCMDBG The common Makefile for both brcm80211 drivers defines the macro BCMDBG upon select Kconfig item BRCMDBG. The fullmac source add another macro DHD_DEBUG with the same meaning. This is removed and all conditional code now checks for BCMDBG definition. Signed-off-by: Arend van Spriel Reviewed-by: Roland Vossen Reviewed-by: Franky Lin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed