All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. J. Lu" <hjl@lucon.org>
To: linux-ia64@vger.kernel.org
Subject: 2.6 PATCH: Fix include/asm-ia64/machvec.h
Date: Thu, 07 Aug 2003 07:22:26 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106024096120438@msgid-missing> (raw)

include/asm-ia64/machvec.h has

/* forward declarations: */
...
struct irq_desc;
...
typedef struct irq_desc *ia64_mv_irq_desc (unsigned int);

But struct irq_desc is never declared anywhere. Here is a patch to
fix it.


H.J.
---
--- linux/include/linux/irq.h.irq	Sun Jul 27 10:01:10 2003
+++ linux/include/linux/irq.h	Wed Aug  6 23:39:47 2003
@@ -56,7 +56,7 @@ typedef struct hw_interrupt_type  hw_irq
  *
  * Pad this out to 32 bytes for cache and indexing reasons.
  */
-typedef struct {
+typedef struct irq_desc {
 	unsigned int status;		/* IRQ status */
 	hw_irq_controller *handler;
 	struct irqaction *action;	/* IRQ action list */


             reply	other threads:[~2003-08-07  7:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07  7:22 H. J. Lu [this message]
2003-08-07  7:31 ` 2.6 PATCH: Fix include/asm-ia64/machvec.h Martin Pool

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=marc-linux-ia64-106024096120438@msgid-missing \
    --to=hjl@lucon.org \
    --cc=linux-ia64@vger.kernel.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 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.