linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header
@ 2013-12-30  6:34 Sachin Kamat
  2014-01-08  9:21 ` Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-12-30  6:34 UTC (permalink / raw)
  To: linux-fbdev

Commit a3b2924547a7 ("ARM: ep93xx: move platform_data definitions")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 include/linux/platform_data/video-ep93xx.h |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/include/linux/platform_data/video-ep93xx.h b/include/linux/platform_data/video-ep93xx.h
index d5ae11d7c453..92fc2b2232e7 100644
--- a/include/linux/platform_data/video-ep93xx.h
+++ b/include/linux/platform_data/video-ep93xx.h
@@ -1,9 +1,5 @@
-/*
- * arch/arm/mach-ep93xx/include/mach/fb.h
- */
-
-#ifndef __ASM_ARCH_EP93XXFB_H
-#define __ASM_ARCH_EP93XXFB_H
+#ifndef __VIDEO_EP93XX_H
+#define __VIDEO_EP93XX_H
 
 struct platform_device;
 struct fb_videomode;
@@ -53,4 +49,4 @@ struct ep93xxfb_mach_info {
 	void	(*blank)(int blank_mode, struct fb_info *info);
 };
 
-#endif /* __ASM_ARCH_EP93XXFB_H */
+#endif /* __VIDEO_EP93XX_H */
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header
  2013-12-30  6:34 [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header Sachin Kamat
@ 2014-01-08  9:21 ` Sachin Kamat
  2014-01-08  9:42 ` Tomi Valkeinen
  2014-01-08 10:33 ` Sachin Kamat
  2 siblings, 0 replies; 4+ messages in thread
From: Sachin Kamat @ 2014-01-08  9:21 UTC (permalink / raw)
  To: linux-fbdev

Hi Tomi,

On 30 December 2013 11:52, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> Commit a3b2924547a7 ("ARM: ep93xx: move platform_data definitions")
> moved the file to the current location but forgot to remove the pointer
> to its previous location. Clean it up. While at it also change the header
> file protection macros appropriately.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  include/linux/platform_data/video-ep93xx.h |   10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/include/linux/platform_data/video-ep93xx.h b/include/linux/platform_data/video-ep93xx.h
> index d5ae11d7c453..92fc2b2232e7 100644
> --- a/include/linux/platform_data/video-ep93xx.h
> +++ b/include/linux/platform_data/video-ep93xx.h
> @@ -1,9 +1,5 @@
> -/*
> - * arch/arm/mach-ep93xx/include/mach/fb.h
> - */
> -
> -#ifndef __ASM_ARCH_EP93XXFB_H
> -#define __ASM_ARCH_EP93XXFB_H
> +#ifndef __VIDEO_EP93XX_H
> +#define __VIDEO_EP93XX_H
>
>  struct platform_device;
>  struct fb_videomode;
> @@ -53,4 +49,4 @@ struct ep93xxfb_mach_info {
>         void    (*blank)(int blank_mode, struct fb_info *info);
>  };
>
> -#endif /* __ASM_ARCH_EP93XXFB_H */
> +#endif /* __VIDEO_EP93XX_H */
> --
> 1.7.9.5
>

Gentle ping on this series..

-- 
With warm regards,
Sachin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header
  2013-12-30  6:34 [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header Sachin Kamat
  2014-01-08  9:21 ` Sachin Kamat
@ 2014-01-08  9:42 ` Tomi Valkeinen
  2014-01-08 10:33 ` Sachin Kamat
  2 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2014-01-08  9:42 UTC (permalink / raw)
  To: linux-fbdev

[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]

On 2014-01-08 11:09, Sachin Kamat wrote:
> Hi Tomi,
> 
> On 30 December 2013 11:52, Sachin Kamat <sachin.kamat@linaro.org> wrote:
>> Commit a3b2924547a7 ("ARM: ep93xx: move platform_data definitions")
>> moved the file to the current location but forgot to remove the pointer
>> to its previous location. Clean it up. While at it also change the header
>> file protection macros appropriately.
>>
>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> ---
>>  include/linux/platform_data/video-ep93xx.h |   10 +++-------
>>  1 file changed, 3 insertions(+), 7 deletions(-)
>>
>> diff --git a/include/linux/platform_data/video-ep93xx.h b/include/linux/platform_data/video-ep93xx.h
>> index d5ae11d7c453..92fc2b2232e7 100644
>> --- a/include/linux/platform_data/video-ep93xx.h
>> +++ b/include/linux/platform_data/video-ep93xx.h
>> @@ -1,9 +1,5 @@
>> -/*
>> - * arch/arm/mach-ep93xx/include/mach/fb.h
>> - */
>> -
>> -#ifndef __ASM_ARCH_EP93XXFB_H
>> -#define __ASM_ARCH_EP93XXFB_H
>> +#ifndef __VIDEO_EP93XX_H
>> +#define __VIDEO_EP93XX_H
>>
>>  struct platform_device;
>>  struct fb_videomode;
>> @@ -53,4 +49,4 @@ struct ep93xxfb_mach_info {
>>         void    (*blank)(int blank_mode, struct fb_info *info);
>>  };
>>
>> -#endif /* __ASM_ARCH_EP93XXFB_H */
>> +#endif /* __VIDEO_EP93XX_H */
>> --
>> 1.7.9.5
>>
> 
> Gentle ping on this series..

Thanks, queued the series for 3.14.

 Tomi




[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header
  2013-12-30  6:34 [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header Sachin Kamat
  2014-01-08  9:21 ` Sachin Kamat
  2014-01-08  9:42 ` Tomi Valkeinen
@ 2014-01-08 10:33 ` Sachin Kamat
  2 siblings, 0 replies; 4+ messages in thread
From: Sachin Kamat @ 2014-01-08 10:33 UTC (permalink / raw)
  To: linux-fbdev

On 8 January 2014 15:12, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:
> On 2014-01-08 11:09, Sachin Kamat wrote:
>> Hi Tomi,
>>
>> On 30 December 2013 11:52, Sachin Kamat <sachin.kamat@linaro.org> wrote:
>>> Commit a3b2924547a7 ("ARM: ep93xx: move platform_data definitions")
>>> moved the file to the current location but forgot to remove the pointer
>>> to its previous location. Clean it up. While at it also change the header
>>> file protection macros appropriately.
>>>
>>> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

>
> Thanks, queued the series for 3.14.

Thanks  Tomi.

-- 
With warm regards,
Sachin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-08 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30  6:34 [PATCH 1/4] video: ep93xx: Cleanup video-ep93xx.h header Sachin Kamat
2014-01-08  9:21 ` Sachin Kamat
2014-01-08  9:42 ` Tomi Valkeinen
2014-01-08 10:33 ` Sachin Kamat

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).