diff options
author | Thibaut Girka <thib@sitedethib.com> | 2010-06-21 23:45:16 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2010-06-23 15:24:47 +0200 |
commit | ed749d913dd945572e4100c2ccbd2d3e0d5af675 (patch) | |
tree | 8fbf8e8dc80bd3d645bd885f73f2f6395a59045a | |
parent | 87a15e3aa7538bfd187eb44b7580512c59b3fb86 (diff) |
glamo-core: drop unused attribute irq_works (forgot to commit header file)
-rw-r--r-- | drivers/mfd/glamo/glamo-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-core.h b/drivers/mfd/glamo/glamo-core.h index 17017b03fb5..8897f90c3c0 100644 --- a/drivers/mfd/glamo/glamo-core.h +++ b/drivers/mfd/glamo/glamo-core.h @@ -30,7 +30,6 @@ enum glamo_engine_state { struct glamo_core { int irq; int irq_base; - int irq_works; /* 0 means PCB does not support Glamo IRQ */ struct resource *mem; void __iomem *base; struct platform_device *pdev; |