From: Don Fry Date: Fri, 14 Oct 2011 19:54:44 +0000 (-0700) Subject: iwlagn: remove unnecessary type for tracing operations X-Git-Tag: v3.3-rc1~182^2~545^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5510697515fad6fe53d1f845ce21a13900339d82;p=pandora-kernel.git iwlagn: remove unnecessary type for tracing operations The device tracing routines only use the priv pointer as an opaque value. Change from a typed iwl_priv pointer to a null pointer and eliminate the need to include iwl_priv.h. CMD_ASYNC is defined in iwl_shared.h which is the only reason it is included. Signed-off-by: Don Fry Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed