Commit 64d5947b9ee1284b38b8e212e7c94024452b2bb4

Authored by Felipe Balbi
Committed by Tony Lindgren
1 parent 74b6c8ef54

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>

Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff

drivers/irqchip/irq-omap-intc.c
... ... @@ -56,14 +56,6 @@
56 56  
57 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 59 struct omap_intc_regs {
68 60 u32 sysconfig;
69 61 u32 protection;
... ... @@ -79,7 +71,6 @@
79 71 static int omap_nr_pending = 3;
80 72 static int omap_nr_irqs = 96;
81 73  
82   -/* INTC bank register get/set */
83 74 static void intc_writel(u32 reg, u32 val)
84 75 {
85 76 writel_relaxed(val, omap_irq_base + reg);