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>
Tue, 15 May 2012 15:48:51 +0000 (17:48 +0200)
commitbaab01b26685b8f0af9092aaee73d8a70c31e55c
treea2b90fe93d2c7d124d911887181768772e678654
parent4ca98d399e66899222f1d457731b7857e85e09f1
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