All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/exynos: Include missing linux/types.h in header
@ 2012-05-10 14:53 ` Emil Goode
  0 siblings, 0 replies; 6+ messages in thread
From: Emil Goode @ 2012-05-10 14:53 UTC (permalink / raw)
  To: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied
  Cc: dri-devel, linux-kernel, kernel-janitors, Emil Goode

Include the linux/types.h file where used types are declared.

Sparse gives the following warning:
/usr/include/drm/exynos_drm.h:92:
	found __[us]{8,16,32,64} type without
	#include <linux/types.h>

Signed-off-by: Emil Goode <emilgoode@gmail.com>
---
 include/drm/exynos_drm.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index e478de4..7eb7ae7 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -29,6 +29,8 @@
 #ifndef _EXYNOS_DRM_H_
 #define _EXYNOS_DRM_H_
 
+#include <linux/types.h>
+
 /**
  * User-desired buffer creation information structure.
  *
-- 
1.7.10


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

* [PATCH] drm/exynos: Include missing linux/types.h in header
@ 2012-05-10 14:53 ` Emil Goode
  0 siblings, 0 replies; 6+ messages in thread
From: Emil Goode @ 2012-05-10 14:53 UTC (permalink / raw)
  To: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied
  Cc: dri-devel, linux-kernel, kernel-janitors, Emil Goode

Include the linux/types.h file where used types are declared.

Sparse gives the following warning:
/usr/include/drm/exynos_drm.h:92:
	found __[us]{8,16,32,64} type without
	#include <linux/types.h>

Signed-off-by: Emil Goode <emilgoode@gmail.com>
---
 include/drm/exynos_drm.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index e478de4..7eb7ae7 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -29,6 +29,8 @@
 #ifndef _EXYNOS_DRM_H_
 #define _EXYNOS_DRM_H_
 
+#include <linux/types.h>
+
 /**
  * User-desired buffer creation information structure.
  *
-- 
1.7.10


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

* Re: [PATCH] drm/exynos: Include missing linux/types.h in header
  2012-05-10 14:53 ` Emil Goode
@ 2012-05-14  2:24   ` InKi Dae
  -1 siblings, 0 replies; 6+ messages in thread
From: InKi Dae @ 2012-05-14  2:24 UTC (permalink / raw)
  To: Emil Goode
  Cc: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied,
	kernel-janitors, linux-kernel, dri-devel

2012/5/10 Emil Goode <emilgoode@gmail.com>:
> Include the linux/types.h file where used types are declared.
>
> Sparse gives the following warning:
> /usr/include/drm/exynos_drm.h:92:
>        found __[us]{8,16,32,64} type without
>        #include <linux/types.h>
>
> Signed-off-by: Emil Goode <emilgoode@gmail.com>
> ---
>  include/drm/exynos_drm.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
> index e478de4..7eb7ae7 100644
> --- a/include/drm/exynos_drm.h
> +++ b/include/drm/exynos_drm.h
> @@ -29,6 +29,8 @@
>  #ifndef _EXYNOS_DRM_H_
>  #define _EXYNOS_DRM_H_
>
> +#include <linux/types.h>
> +

applied.

Thanks,
Inki Dae

>  /**
>  * User-desired buffer creation information structure.
>  *
> --
> 1.7.10
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/exynos: Include missing linux/types.h in header
@ 2012-05-14  2:24   ` InKi Dae
  0 siblings, 0 replies; 6+ messages in thread
From: InKi Dae @ 2012-05-14  2:24 UTC (permalink / raw)
  To: Emil Goode
  Cc: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied,
	kernel-janitors, linux-kernel, dri-devel

2012/5/10 Emil Goode <emilgoode@gmail.com>:
> Include the linux/types.h file where used types are declared.
>
> Sparse gives the following warning:
> /usr/include/drm/exynos_drm.h:92:
>        found __[us]{8,16,32,64} type without
>        #include <linux/types.h>
>
> Signed-off-by: Emil Goode <emilgoode@gmail.com>
> ---
>  include/drm/exynos_drm.h |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
> index e478de4..7eb7ae7 100644
> --- a/include/drm/exynos_drm.h
> +++ b/include/drm/exynos_drm.h
> @@ -29,6 +29,8 @@
>  #ifndef _EXYNOS_DRM_H_
>  #define _EXYNOS_DRM_H_
>
> +#include <linux/types.h>
> +

applied.

Thanks,
Inki Dae

>  /**
>  * User-desired buffer creation information structure.
>  *
> --
> 1.7.10
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] drm/exynos: Include missing linux/types.h in header
  2012-05-14  2:24   ` InKi Dae
@ 2012-06-04 15:52     ` InKi Dae
  -1 siblings, 0 replies; 6+ messages in thread
From: InKi Dae @ 2012-06-04 15:52 UTC (permalink / raw)
  To: Emil Goode
  Cc: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied,
	kernel-janitors, linux-kernel, dri-devel

Hi Emil,

we included "drm.h" with g2d driver patch instead of "<linux/types.h>
so your patch will be removed from exynos-drm-fixes. sorry for
confusing.

for this, you can refer to below link.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blobdiff;f=include/drm/exynos_drm.h;h=b6d7ce92eadd67a67db12b19bb0d39208b870511;hp=44f79cf468d4b7baff2e5f728667475ab96f7f1e;hb=d7f1642c90ab5eb2d7c48af0581c993094f97e1a;hpb=8dcb96b628a0749184bbcc5e6c94463f89405c58

Thanks,
Inki Dae

2012/5/14 InKi Dae <daeinki@gmail.com>:
> 2012/5/10 Emil Goode <emilgoode@gmail.com>:
>> Include the linux/types.h file where used types are declared.
>>
>> Sparse gives the following warning:
>> /usr/include/drm/exynos_drm.h:92:
>>        found __[us]{8,16,32,64} type without
>>        #include <linux/types.h>
>>
>> Signed-off-by: Emil Goode <emilgoode@gmail.com>
>> ---
>>  include/drm/exynos_drm.h |    2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
>> index e478de4..7eb7ae7 100644
>> --- a/include/drm/exynos_drm.h
>> +++ b/include/drm/exynos_drm.h
>> @@ -29,6 +29,8 @@
>>  #ifndef _EXYNOS_DRM_H_
>>  #define _EXYNOS_DRM_H_
>>
>> +#include <linux/types.h>
>> +
>
> applied.
>
> Thanks,
> Inki Dae
>
>>  /**
>>  * User-desired buffer creation information structure.
>>  *
>> --
>> 1.7.10
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/exynos: Include missing linux/types.h in header
@ 2012-06-04 15:52     ` InKi Dae
  0 siblings, 0 replies; 6+ messages in thread
From: InKi Dae @ 2012-06-04 15:52 UTC (permalink / raw)
  To: Emil Goode
  Cc: inki.dae, jy0922.shim, sw0312.kim, kyungmin.park, airlied,
	kernel-janitors, linux-kernel, dri-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="windows-1254", Size: 1711 bytes --]

Hi Emil,

we included "drm.h" with g2d driver patch instead of "<linux/types.h>
so your patch will be removed from exynos-drm-fixes. sorry for
confusing.

for this, you can refer to below link.
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blobdiff;f=include/drm/exynos_drm.h;h¶d7ce92eadd67a67db12b19bb0d39208b870511;hpDf79cf468d4b7baff2e5f728667475ab96f7f1e;hb×f1642c90ab5eb2d7c48af0581c993094f97e1a;hpbcb96b628a0749184bbcc5e6c94463f89405c58

Thanks,
Inki Dae

2012/5/14 InKi Dae <daeinki@gmail.com>:
> 2012/5/10 Emil Goode <emilgoode@gmail.com>:
>> Include the linux/types.h file where used types are declared.
>>
>> Sparse gives the following warning:
>> /usr/include/drm/exynos_drm.h:92:
>>        found __[us]{8,16,32,64} type without
>>        #include <linux/types.h>
>>
>> Signed-off-by: Emil Goode <emilgoode@gmail.com>
>> ---
>>  include/drm/exynos_drm.h |    2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
>> index e478de4..7eb7ae7 100644
>> --- a/include/drm/exynos_drm.h
>> +++ b/include/drm/exynos_drm.h
>> @@ -29,6 +29,8 @@
>>  #ifndef _EXYNOS_DRM_H_
>>  #define _EXYNOS_DRM_H_
>>
>> +#include <linux/types.h>
>> +
>
> applied.
>
> Thanks,
> Inki Dae
>
>>  /**
>>  * User-desired buffer creation information structure.
>>  *
>> --
>> 1.7.10
>>
>> _______________________________________________
>> dri-devel mailing list
>> dri-devel@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dri-devel
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2012-06-04 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10 14:53 [PATCH] drm/exynos: Include missing linux/types.h in header Emil Goode
2012-05-10 14:53 ` Emil Goode
2012-05-14  2:24 ` InKi Dae
2012-05-14  2:24   ` InKi Dae
2012-06-04 15:52   ` InKi Dae
2012-06-04 15:52     ` InKi Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.