dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: InKi Dae <daeinki@gmail.com>
To: Emil Goode <emilgoode@gmail.com>
Cc: inki.dae@samsung.com, jy0922.shim@samsung.com,
	sw0312.kim@samsung.com, kyungmin.park@samsung.com,
	airlied@linux.ie, kernel-janitors@vger.kernel.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm/exynos: Include missing linux/types.h in header
Date: Tue, 5 Jun 2012 00:52:48 +0900	[thread overview]
Message-ID: <CAAQKjZMo5pWB+hVudEdTuv1h1L69n=sXTM+VCi9m3AkWPAALiQ@mail.gmail.com> (raw)
In-Reply-To: <CAAQKjZNbu9E+bpt0cC8OiRhcGFe13E17bVU_ZY2EeLCzNpSavA@mail.gmail.com>

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

      reply	other threads:[~2012-06-04 15:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-10 14:53 [PATCH] drm/exynos: Include missing linux/types.h in header Emil Goode
2012-05-14  2:24 ` InKi Dae
2012-06-04 15:52   ` InKi Dae [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAAQKjZMo5pWB+hVudEdTuv1h1L69n=sXTM+VCi9m3AkWPAALiQ@mail.gmail.com' \
    --to=daeinki@gmail.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emilgoode@gmail.com \
    --cc=inki.dae@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sw0312.kim@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).