| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 3/4] fix tx4927 header dep |
| From: | Geoff Levand <geoffrey.levand@am.sony.com> |
| Date: | Tue, 04 Apr 2006 17:41:12 -0700 |
| Cc: | linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) |
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)
{
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/4] fix tx4938 undefined reference, Geoff Levand |
|---|---|
| Next by Date: | Re: [PATCH] Fix sed regexp to generate asm-offset.h, Sam Ravnborg |
| Previous by Thread: | [PATCH 4/4] fix tx4938 undefined reference, Geoff Levand |
| Next by Thread: | Re: [PATCH] Fix sed regexp to generate asm-offset.h, Sam Ravnborg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |