diff mbox

[trivial] irq-gic: remove file name from heading comment

Message ID 201403052243.46123.sergei.shtylyov@cogentembedded.com (mailing list archive)
State Awaiting Upstream
Headers show

Commit Message

Sergei Shtylyov March 5, 2014, 7:43 p.m. UTC
File names in the heading comments  fell out of favor long ago, and this one
weren't even changed when the driver was moved from arch/arm/common/, so remove
it at last...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the 'for-next' branch of the 'trivial.git' repo.
Thomas Gleixner has told me to send the patch to this tree instead of his one.

 drivers/irqchip/irq-gic.c |    2 --
 1 file changed, 2 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

Index: trivial/drivers/irqchip/irq-gic.c
===================================================================
--- trivial.orig/drivers/irqchip/irq-gic.c
+++ trivial/drivers/irqchip/irq-gic.c
@@ -1,6 +1,4 @@ 
 /*
- *  linux/arch/arm/common/gic.c
- *
  *  Copyright (C) 2002 ARM Limited, All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify