linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file
@ 2012-09-24  9:06 Sachin Kamat
  2012-09-25 21:08 ` Sylwester Nawrocki
  0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2012-09-24  9:06 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, s.nawrocki, sachin.kamat, patches

Replaces asm/sizes.h with linux/sizes.h.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/media/platform/s5p-fimc/fimc-core.h |    2 +-
 drivers/media/platform/s5p-fimc/fimc-lite.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/platform/s5p-fimc/fimc-core.h b/drivers/media/platform/s5p-fimc/fimc-core.h
index 808ccc6..e787f65 100644
--- a/drivers/media/platform/s5p-fimc/fimc-core.h
+++ b/drivers/media/platform/s5p-fimc/fimc-core.h
@@ -17,7 +17,7 @@
 #include <linux/types.h>
 #include <linux/videodev2.h>
 #include <linux/io.h>
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 
 #include <media/media-entity.h>
 #include <media/videobuf2-core.h>
diff --git a/drivers/media/platform/s5p-fimc/fimc-lite.h b/drivers/media/platform/s5p-fimc/fimc-lite.h
index 44424ee..8dc3e9b 100644
--- a/drivers/media/platform/s5p-fimc/fimc-lite.h
+++ b/drivers/media/platform/s5p-fimc/fimc-lite.h
@@ -9,7 +9,7 @@
 #ifndef FIMC_LITE_H_
 #define FIMC_LITE_H_
 
-#include <asm/sizes.h>
+#include <linux/sizes.h>
 #include <linux/io.h>
 #include <linux/irqreturn.h>
 #include <linux/platform_device.h>
-- 
1.7.4.1


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

* Re: [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file
  2012-09-24  9:06 [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file Sachin Kamat
@ 2012-09-25 21:08 ` Sylwester Nawrocki
  2012-09-26  4:22   ` Sachin Kamat
  0 siblings, 1 reply; 3+ messages in thread
From: Sylwester Nawrocki @ 2012-09-25 21:08 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: linux-media, mchehab, s.nawrocki, patches

Hi Sachin,

On 09/24/2012 11:06 AM, Sachin Kamat wrote:
> Replaces asm/sizes.h with linux/sizes.h.
>
> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>

Thanks, I have already applied similar patch to this one [1].

You can see what's already queued at
http://git.infradead.org/users/kmpark/linux-samsung
branch v4l-next.

As a side note, there is no need to Cc Mauro, please just send
your patches to linux-media and a copy to me so I don't miss them.

Regards,
Sylwester

[1] 
http://git.infradead.org/users/kmpark/linux-samsung/commitdiff/9f3ad11ace7a41cd1b16f1e58601ac37513ad683

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

* Re: [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file
  2012-09-25 21:08 ` Sylwester Nawrocki
@ 2012-09-26  4:22   ` Sachin Kamat
  0 siblings, 0 replies; 3+ messages in thread
From: Sachin Kamat @ 2012-09-26  4:22 UTC (permalink / raw)
  To: Sylwester Nawrocki; +Cc: linux-media, mchehab, s.nawrocki, patches

Hi Sylwester,

On 26 September 2012 02:38, Sylwester Nawrocki
<sylvester.nawrocki@gmail.com> wrote:
> Hi Sachin,
>
>
> On 09/24/2012 11:06 AM, Sachin Kamat wrote:
>>
>> Replaces asm/sizes.h with linux/sizes.h.
>>
>> Signed-off-by: Sachin Kamat<sachin.kamat@linaro.org>
>
>
> Thanks, I have already applied similar patch to this one [1].

I just found that it is my own patch sent sometime in August for doing
the same thing and which is already in your tree.
Somehow I lost it from my tree and hence sent it again :). Sorry for the noise.

>
> You can see what's already queued at
> http://git.infradead.org/users/kmpark/linux-samsung
> branch v4l-next.
>
> As a side note, there is no need to Cc Mauro, please just send
> your patches to linux-media and a copy to me so I don't miss them.

Sure.

>
> Regards,
> Sylwester
>
> [1]
> http://git.infradead.org/users/kmpark/linux-samsung/commitdiff/9f3ad11ace7a41cd1b16f1e58601ac37513ad683



-- 
With warm regards,
Sachin

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

end of thread, other threads:[~2012-09-26  4:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24  9:06 [PATCH] [media] s5p-fimc: Use the new linux/sizes.h header file Sachin Kamat
2012-09-25 21:08 ` Sylwester Nawrocki
2012-09-26  4:22   ` 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).