All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix build failure in sb1250_duart.c
@ 2006-07-05 13:34 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2006-07-05 13:34 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

Hello All,

this fixes a build failure caused by the devfs removal.


Thiemo


Signed-off-by: Thiemo Seufer <ths@networkno.de>


--- a/drivers/char/sb1250_duart.c
+++ b/drivers/char/sb1250_duart.c
@@ -763,7 +763,6 @@ static int __init sb1250_duart_init(void
 
 	sb1250_duart_driver->owner = THIS_MODULE;
 	sb1250_duart_driver->name = "duart";
-	sb1250_duart_driver->devfs_name = "duart/";
 	sb1250_duart_driver->major = TTY_MAJOR;
 	sb1250_duart_driver->minor_start = SB1250_DUART_MINOR_BASE;
 	sb1250_duart_driver->type            = TTY_DRIVER_TYPE_SERIAL;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-05 13:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 13:34 [PATCH] Fix build failure in sb1250_duart.c Thiemo Seufer

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.