@@ -270,7 +270,7 @@ static struct irq_chip s3c_irq_chip = {
.irq_mask = s3c_irq_mask,
.irq_unmask = s3c_irq_unmask,
.irq_set_type = s3c_irq_type,
- .irq_set_wake = s3c_irq_wake
+ .irq_set_wake = s3c_irq_wake,
};
static struct irq_chip s3c_irq_level_chip = {
@@ -287,7 +287,7 @@ static struct irq_chip s3c_irqext_chip = {
.irq_unmask = s3c_irq_unmask,
.irq_ack = s3c_irq_ack,
.irq_set_type = s3c_irqext_type,
- .irq_set_wake = s3c_irqext_wake
+ .irq_set_wake = s3c_irqext_wake,
};
static struct irq_chip s3c_irq_eint0t4 = {
No functional change, adding for uniformity. Signed-off-by: Tushar Behera <tushar.behera@linaro.org> --- drivers/irqchip/irq-s3c24xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)