From: Joe Perches Date: Fri, 3 Dec 2010 03:12:35 +0000 (-0800) Subject: ath: Add and use ath_printk and ath_ X-Git-Tag: v2.6.38-rc1~476^2~169^2^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a99f934949807dc0c9dc7642bbf0081b7582f9;p=pandora-kernel.git ath: Add and use ath_printk and ath_ Add ath_printk and ath_ similar to dev_printk and dev_ from device.h This allows a more gradual rename of ath_print to to ath_dbg or perhaps ath_debug. This basically removes debug.h leaving only an #define ath_printk ath_dbg there and moving all the ATH_DBG_ enums to ath.h I do not think there's much purpose for struct ath_common * being passed to the ath_printk functions, but perhaps there might be. Signed-off-by: Joe Perches Signed-off-by: John W. Linville --- Reading git-diff-tree failed