diff options
author | Felipe Balbi <balbi@ti.com> | 2014-09-15 17:15:09 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-16 17:45:01 -0400 |
commit | 64d5947b9ee1284b38b8e212e7c94024452b2bb4 (patch) | |
tree | acb818559710e5d7e9260c930a72edbc753ca958 | |
parent | 74b6c8ef546dec98f1817147d31f17a1f3aab09e (diff) |
irqchip: omap-intc: remove unnecessary comments
no fuctional changes.
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | drivers/irqchip/irq-omap-intc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/irqchip/irq-omap-intc.c b/drivers/irqchip/irq-omap-intc.c index 976d4c15fefd..f3814e79192d 100644 --- a/drivers/irqchip/irq-omap-intc.c +++ b/drivers/irqchip/irq-omap-intc.c | |||
@@ -56,14 +56,6 @@ | |||
56 | 56 | ||
57 | #define INTC_PROTECTION_ENABLE (1 << 0) | 57 | #define INTC_PROTECTION_ENABLE (1 << 0) |
58 | 58 | ||
59 | /* | ||
60 | * OMAP2 has a number of different interrupt controllers, each interrupt | ||
61 | * controller is identified as its own "bank". Register definitions are | ||
62 | * fairly consistent for each bank, but not all registers are implemented | ||
63 | * for each bank.. when in doubt, consult the TRM. | ||
64 | */ | ||
65 | |||
66 | /* Structure to save interrupt controller context */ | ||
67 | struct omap_intc_regs { | 59 | struct omap_intc_regs { |
68 | u32 sysconfig; | 60 | u32 sysconfig; |
69 | u32 protection; | 61 | u32 protection; |
@@ -79,7 +71,6 @@ static void __iomem *omap_irq_base; | |||
79 | static int omap_nr_pending = 3; | 71 | static int omap_nr_pending = 3; |
80 | static int omap_nr_irqs = 96; | 72 | static int omap_nr_irqs = 96; |
81 | 73 | ||
82 | /* INTC bank register get/set */ | ||
83 | static void intc_writel(u32 reg, u32 val) | 74 | static void intc_writel(u32 reg, u32 val) |
84 | { | 75 | { |
85 | writel_relaxed(val, omap_irq_base + reg); | 76 | writel_relaxed(val, omap_irq_base + reg); |