From: Geoff Levand <geoffrey.levand@am.sony.com>
To: ralf@linux-mips.org
Cc: linux-mips@linux-mips.org
Subject: [PATCH 3/4] fix tx4927 header dep
Date: Tue, 04 Apr 2006 17:41:12 -0700 [thread overview]
Message-ID: <44331228.5020707@am.sony.com> (raw)
[-- 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)
{
reply other threads:[~2006-04-05 0:33 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44331228.5020707@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox