* [PATCH] ep93xx: add missing file headers
@ 2009-11-17 11:38 Hubert Feurstein
2009-11-17 16:54 ` H Hartley Sweeten
0 siblings, 1 reply; 2+ messages in thread
From: Hubert Feurstein @ 2009-11-17 11:38 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
---
arch/arm/mach-ep93xx/include/mach/clkdev.h | 4 ++++
arch/arm/mach-ep93xx/include/mach/dma.h | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-ep93xx/include/mach/clkdev.h b/arch/arm/mach-ep93xx/include/mach/clkdev.h
index 04b37a8..50cb991 100644
--- a/arch/arm/mach-ep93xx/include/mach/clkdev.h
+++ b/arch/arm/mach-ep93xx/include/mach/clkdev.h
@@ -1,3 +1,7 @@
+/*
+ * arch/arm/mach-ep93xx/include/mach/clkdev.h
+ */
+
#ifndef __ASM_MACH_CLKDEV_H
#define __ASM_MACH_CLKDEV_H
diff --git a/arch/arm/mach-ep93xx/include/mach/dma.h b/arch/arm/mach-ep93xx/include/mach/dma.h
index ef6bd9d..3a5961d 100644
--- a/arch/arm/mach-ep93xx/include/mach/dma.h
+++ b/arch/arm/mach-ep93xx/include/mach/dma.h
@@ -1,3 +1,7 @@
+/*
+ * arch/arm/mach-ep93xx/include/mach/dma.h
+ */
+
#ifndef __ASM_ARCH_DMA_H
#define __ASM_ARCH_DMA_H
--
1.6.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ep93xx: add missing file headers
2009-11-17 11:38 [PATCH] ep93xx: add missing file headers Hubert Feurstein
@ 2009-11-17 16:54 ` H Hartley Sweeten
0 siblings, 0 replies; 2+ messages in thread
From: H Hartley Sweeten @ 2009-11-17 16:54 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday, November 17, 2009 4:38 AM, Hubert Feurstein wrote:
>
> Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com>
> ---
> arch/arm/mach-ep93xx/include/mach/clkdev.h | 4 ++++
> arch/arm/mach-ep93xx/include/mach/dma.h | 4 ++++
> 2 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-ep93xx/include/mach/clkdev.h b/arch/arm/mach-ep93xx/include/mach/clkdev.h
> index 04b37a8..50cb991 100644
> --- a/arch/arm/mach-ep93xx/include/mach/clkdev.h
> +++ b/arch/arm/mach-ep93xx/include/mach/clkdev.h
> @@ -1,3 +1,7 @@
> +/*
> + * arch/arm/mach-ep93xx/include/mach/clkdev.h
> + */
> +
> #ifndef __ASM_MACH_CLKDEV_H
> #define __ASM_MACH_CLKDEV_H
>
> diff --git a/arch/arm/mach-ep93xx/include/mach/dma.h b/arch/arm/mach-ep93xx/include/mach/dma.h
> index ef6bd9d..3a5961d 100644
> --- a/arch/arm/mach-ep93xx/include/mach/dma.h
> +++ b/arch/arm/mach-ep93xx/include/mach/dma.h
> @@ -1,3 +1,7 @@
> +/*
> + * arch/arm/mach-ep93xx/include/mach/dma.h
> + */
> +
> #ifndef __ASM_ARCH_DMA_H
> #define __ASM_ARCH_DMA_H
Not _really_ necessary, and can get out of date if the files move. But
for consistency with the other headers in mach-ep93xx...
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Russell can make the final decision to merge this once it is in his
patch tracker.
Regards,
Hartley
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-17 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 11:38 [PATCH] ep93xx: add missing file headers Hubert Feurstein
2009-11-17 16:54 ` H Hartley Sweeten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).