]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iwlwifi: include debugfs.h
authorJohannes Berg <johannes.berg@intel.com>
Thu, 24 Jan 2013 15:43:48 +0000 (16:43 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 24 Jan 2013 19:41:07 +0000 (20:41 +0100)
The iwl-op-mode.h file uses a struct dentry for debugfs
so should include debugfs.h.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/iwl-op-mode.h

index b66156422413b9a423cd7683b1e8fbdf787b1e75..dc792584f401f5429d27f4dcbc84048ebea15d1e 100644 (file)
@@ -63,6 +63,8 @@
 #ifndef __iwl_op_mode_h__
 #define __iwl_op_mode_h__
 
+#include <linux/debugfs.h>
+
 struct iwl_op_mode;
 struct iwl_trans;
 struct sk_buff;