]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Don't use module.h just to export symbols in asm/uasm.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 29 Feb 2012 00:24:48 +0000 (19:24 -0500)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 26 Apr 2012 23:19:08 +0000 (00:19 +0100)
commit7ee9728db8dad46a24e1672316ad5a6a21a86590
treee69b98937bb07296839cf8411cbce7534f866601
parent4a3dffd6cb128528407e946442ce0cc751a82595
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 <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3450/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/uasm.h