From: Pablo Neira Ayuso Date: Fri, 21 Sep 2012 09:35:38 +0000 (+0000) Subject: netlink: use instead of X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abb17e6c0c7b27693201dc85f75dbb184279fd10;p=pandora-kernel.git netlink: use instead of Since (9f00d97 netlink: hide struct module parameter in netlink_kernel_create), linux/netlink.h includes linux/module.h because of the use of THIS_MODULE. Use linux/export.h instead, as suggested by Stephen Rothwell, which is significantly smaller and defines THIS_MODULES. Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed