From: Emmanuel Grumbach Date: Wed, 19 Mar 2014 06:25:05 +0000 (+0200) Subject: iwlwifi: mvm: add missing include X-Git-Tag: v3.15-rc1~113^2~93^2^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192c80a2499cf2571924081c646262036d841484;p=pandora-kernel.git 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 --- Reading git-diff-tree failed