From: Paul Gortmaker Date: Thu, 14 Feb 2013 20:50:15 +0000 (-0700) Subject: btrfs: fixup/remove module.h usage as required X-Git-Tag: v3.9-rc1~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180e001cd5fc2950dc6a7997dde5b65c954d0e79;p=pandora-kernel.git btrfs: fixup/remove module.h usage as required We want to avoid module.h where posible, since it in turn includes nearly all of header space. This means removing it where it is not required, and using export.h where we are only exporting symbols via EXPORT_SYMBOL and friends. Signed-off-by: Paul Gortmaker Signed-off-by: Chris Mason --- Reading git-diff-tree failed