diff mbox

[media] s5p-fimc: Use the new linux/sizes.h header file

Message ID 1348477595-28493-1-git-send-email-sachin.kamat@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Sachin Kamat Sept. 24, 2012, 9:06 a.m. UTC
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(-)

Comments

Sylwester Nawrocki Sept. 25, 2012, 9:08 p.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sachin Kamat Sept. 26, 2012, 4:22 a.m. UTC | #2
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
diff mbox

Patch

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>