commit | baab01b26685b8f0af9092aaee73d8a70c31e55c | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Feb 28 19:24:48 2012 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue May 15 17:48:51 2012 +0200 |
tree | a2b90fe93d2c7d124d911887181768772e678654 | |
parent | 4ca98d399e66899222f1d457731b7857e85e09f1 [diff] |
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>