Skip to content
Snippets Groups Projects
Commit b2daeb8e authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix typo.

Release version 1.0.2
parent bf9e3b38
No related merge requests found
====================================================================== ======================================================================
Changes since U-Boot 1.0.1: Changes for U-Boot 1.0.2:
====================================================================== ======================================================================
* Some code cleanup * Some code cleanup
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
struct interrupt_action { struct interrupt_action {
interrupt_handler_t *handler; interrupt_handler_t *handler;
void *arg; void *arg;
} };
static struct interrupt_action irq_vecs[NR_IRQS]; static struct interrupt_action irq_vecs[NR_IRQS];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment