commit | 5510697515fad6fe53d1f845ce21a13900339d82 | [log] [tgz] |
---|---|---|
author | Don Fry <donald.h.fry@intel.com> | Fri Oct 14 12:54:44 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Nov 08 15:53:54 2011 -0500 |
tree | 1b6e51068366dea593499241bf1524d46d3be728 | |
parent | 560124095f467c9920c25fa215ab1397dc37d0d6 [diff] |
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 <donald.h.fry@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>