Commit 596ad8e3 authored by Russell King's avatar Russell King

[ARM] Fix sa1100 irq.c build errors.

Fix a couple of minor build errors caused by the recent system device
changes.
parent 124116bb
......@@ -211,14 +211,14 @@ static struct resource irq_resource = {
.end = 0x9005ffff,
};
static struct {
static struct sa1100irq_state {
unsigned int saved;
unsigned int icmr;
unsigned int iclr;
unsigned int iccr;
} sa1100irq_state;
static int sa1100irq_suspend(struct device *dev, u32 state, u32 level)
static int sa1100irq_suspend(struct sys_device *dev, u32 state)
{
struct sa1100irq_state *st = &sa1100irq_state;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment