All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/4] fix tx4927 header dep
@ 2006-04-05  0:41 Geoff Levand
  0 siblings, 0 replies; only message in thread
From: Geoff Levand @ 2006-04-05  0:41 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]




[-- Attachment #2: fix-tx4927-header-dep.patch --]
[-- Type: text/x-patch, Size: 745 bytes --]

fix-tx4927-header-dep.patch:

This patch fixes a header dependency problem in tx4927_mips.h.

tx4927_mips.h:58: error: parse error before "s08"
tx4927_mips.h:58: warning: type defaults to `int' in declaration of `s08'


Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>


Index: linux-2.6.16.1/include/asm-mips/tx4927/tx4927_mips.h
===================================================================
--- linux-2.6.16.1.orig/include/asm-mips/tx4927/tx4927_mips.h	2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.16.1/include/asm-mips/tx4927/tx4927_mips.h	2006-03-23 10:49:24.000000000 -0800
@@ -28,6 +28,7 @@
 #define __ASM_TX4927_TX4927_MIPS_H
 
 #ifndef __ASSEMBLY__
+#include <linux/types.h>
 
 static inline void asm_wait(void)
 {



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

only message in thread, other threads:[~2006-04-05  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  0:41 [PATCH 3/4] fix tx4927 header dep Geoff Levand

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.