All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS: module.h usage cleanup.
@ 2012-02-28 19:24 Paul Gortmaker
  2012-02-28 19:24 ` [PATCH 1/5] serial: MIPS DECstation zs.c driver needs module.h Paul Gortmaker
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Paul Gortmaker @ 2012-02-28 19:24 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips, Paul Gortmaker

Hi Ralf,

Not a lot to see here, really.  MIPS had usages of module.h tucked
away in a couple asm files, and that was masking some of the other
implicit users, plus preventing MIPS from getting the full benefit
of not having to feed module.h to cpp 35,000 times.

I've left the two drivers/serial commits separate, in case there
is a desire to have them go in via Greg's trees, but they are a
required dependency for the arch/mips fixes, so I think it makes
sense they stay together with the other changes here.

I will have some arch independent module.h cleanups (in fs and lib)
that will require me to create a module.h tree for 3.4, so I can
carry this there if required.  But this lot is all self-contained
to MIPS and so I'd be fine with (and actually prefer) this going in
via the MIPS tree.  No strong preference - either way, let me know.

Thanks,
Paul.
---

Paul Gortmaker (5):
  serial: MIPS DECstation zs.c driver needs module.h
  serial: MIPS swarm sb1250-duart.c driver needs module.h
  MIPS: fix several implicit uses of export.h/module.h
  MIPS: delete bogus module.h usage in termios.h
  MIPS: dont use module.h just to export symbols in asm/uasm.h

 arch/mips/alchemy/devboards/db1200.c  |    1 +
 arch/mips/cavium-octeon/setup.c       |    1 +
 arch/mips/include/asm/module.h        |    1 +
 arch/mips/include/asm/termios.h       |    2 +-
 arch/mips/include/asm/uasm.h          |    2 +-
 arch/mips/kernel/traps.c              |    1 +
 arch/mips/pmc-sierra/yosemite/setup.c |    1 +
 arch/mips/rb532/devices.c             |    1 +
 arch/mips/sni/setup.c                 |    1 +
 drivers/tty/serial/sb1250-duart.c     |    1 +
 drivers/tty/serial/zs.c               |    1 +
 11 files changed, 11 insertions(+), 2 deletions(-)

-- 
1.7.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-03-06 19:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 19:24 [PATCH 0/5] MIPS: module.h usage cleanup Paul Gortmaker
2012-02-28 19:24 ` [PATCH 1/5] serial: MIPS DECstation zs.c driver needs module.h Paul Gortmaker
2012-02-28 19:24 ` [PATCH 2/5] serial: MIPS swarm sb1250-duart.c " Paul Gortmaker
2012-02-28 19:24 ` [PATCH 3/5] MIPS: fix several implicit uses of export.h/module.h Paul Gortmaker
2012-02-28 19:24 ` [PATCH 4/5] MIPS: delete bogus module.h usage in termios.h Paul Gortmaker
2012-02-28 19:24 ` [PATCH 5/5] MIPS: dont use module.h just to export symbols in asm/uasm.h Paul Gortmaker
2012-03-06 19:08 ` [PATCH 0/5] MIPS: module.h usage cleanup Ralf Baechle
2012-03-06 19:20   ` Paul Gortmaker
2012-03-06 19:20     ` Paul Gortmaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.