From: Paul Gortmaker Date: Wed, 29 Feb 2012 00:24:48 +0000 (-0500) Subject: MIPS: Don't use module.h just to export symbols in asm/uasm.h X-Git-Tag: v3.5-rc1~47^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baab01b26685b8f0af9092aaee73d8a70c31e55c;p=pandora-kernel.git MIPS: Don't use module.h just to export symbols in asm/uasm.h Putting module.h into widely used headers just bogs cpp down with reams of stuff that isn't needed. Here, we only need visibility to EXPORT_SYMBOL. Signed-off-by: Paul Gortmaker Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3450/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed