All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ttyFDC: Fix build problems due to use of module_{init,exit}
@ 2015-10-06 14:12 ` James Hogan
  0 siblings, 0 replies; 10+ messages in thread
From: James Hogan @ 2015-10-06 14:12 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, Ralf Baechle
  Cc: James Hogan, Paul Gortmaker, linux-mips, stable

Fix ttyFDC build breakage since v4.2-rc3, due to use of module_driver()
without including module.h (its currently a builtin only driver).

The first patch adds a macro used by second patch, so they both need to
go into stable v4.2 together.

James Hogan (2):
  MIPS: CDMM: Add builtin_mips_cdmm_driver() macro
  ttyFDC: Fix build problems due to use of module_{init,exit}

 arch/mips/include/asm/cdmm.h | 11 +++++++++++
 drivers/tty/mips_ejtag_fdc.c | 35 +----------------------------------
 2 files changed, 12 insertions(+), 34 deletions(-)

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org>
-- 
2.4.9

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

end of thread, other threads:[~2015-10-06 22:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 14:12 [PATCH 0/2] ttyFDC: Fix build problems due to use of module_{init,exit} James Hogan
2015-10-06 14:12 ` James Hogan
2015-10-06 14:12 ` [PATCH 1/2] MIPS: CDMM: Add builtin_mips_cdmm_driver() macro James Hogan
2015-10-06 14:12   ` James Hogan
2015-10-06 14:12 ` [PATCH 2/2] ttyFDC: Fix build problems due to use of module_{init,exit} James Hogan
2015-10-06 14:12   ` James Hogan
2015-10-06 22:23   ` Paul Gortmaker
2015-10-06 22:23     ` Paul Gortmaker
2015-10-06 22:26     ` James Hogan
2015-10-06 22:26       ` James Hogan

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.