backports: include <linux/module.h> to fix module version
authorJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 10:17:05 +0000 (12:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 10:17:05 +0000 (12:17 +0200)
commit665c7404a37548ec0c7701f5f67d4b2ca82d0284
tree7a74be93e8bdbb6fb98d12d5dbe48f3001adbf78
parent91b2bc76c2f30d13d23a8617f453bb2841cbca06
backports: include <linux/module.h> to fix module version

Otherwise we may end up with MODULE_VERSION() not being
defined, and then compile obviously fails.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/include/linux/compat-2.6.h