commit | 192c80a2499cf2571924081c646262036d841484 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Mar 19 08:25:05 2014 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed Mar 19 08:25:05 2014 +0200 |
tree | 6f204392ccd11e8b5e073719a12792b0bdea7297 | |
parent | a82dda6cd492b8c88952be6f6527f3656f7ac585 [diff] |
iwlwifi: mvm: add missing include This fixes the build for powerpc: After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/net/wireless/iwlwifi/mvm/debugfs.c: In function 'iwl_dbgfs_fw_error_dump_release': drivers/net/wireless/iwlwifi/mvm/debugfs.c:161:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] vfree(file->private_data); ^ Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>