All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.6] fixed the file name of an include file for pci-vr41xx.c
@ 2004-01-06  6:45 Yoichi Yuasa
  0 siblings, 0 replies; only message in thread
From: Yoichi Yuasa @ 2004-01-06  6:45 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: yuasa, linux-mips

Hello Ralf,

I made a patch for pci-vr41xx.c.
This patch fixes the file name of an include file.

Please apply this patch.

Yoichi

diff -urN -X dontdiff linux-orig/arch/mips/pci/pci-vr41xx.c linux/arch/mips/pci/pci-vr41xx.c
--- linux-orig/arch/mips/pci/pci-vr41xx.c	2003-06-13 23:19:56.000000000 +0900
+++ linux/arch/mips/pci/pci-vr41xx.c	2004-01-06 15:24:11.000000000 +0900
@@ -49,7 +49,7 @@
 #include <asm/pci_channel.h>
 #include <asm/vr41xx/vr41xx.h>
 
-#include "pciu.h"
+#include "pci-vr41xx.h"
 
 extern unsigned long vr41xx_vtclock;
 

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

only message in thread, other threads:[~2004-01-06  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-06  6:45 [PATCH][2.6] fixed the file name of an include file for pci-vr41xx.c Yoichi Yuasa

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.