[Nouveau] [PATCH 2/2] nouveau: Fix compile error due to bad include

Alexandre Courbot gnurou at gmail.com
Mon Sep 19 03:38:50 UTC 2016


FWIW I also have to carry a local patch doing this, otherwise I cannot
perform an out-of-tree module build.

On Mon, Sep 19, 2016 at 12:32 AM, Karol Herbst <karolherbst at gmail.com> wrote:
> odd, let me check again
>
> 2016-09-18 16:18 GMT+02:00 Ilia Mirkin <imirkin at alum.mit.edu>:
>> Every other *_drm.h does #include "drm.h". Something else is wrong.
>>
>> On Sun, Sep 18, 2016 at 6:21 AM, Karol Herbst <karolherbst at gmail.com> wrote:
>>> Cought while working on travis-ci integration
>>>
>>> Signed-off-by: Karol Herbst <karolherbst at gmail.com>
>>> ---
>>>  drm/nouveau/uapi/drm/nouveau_drm.h | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/drm/nouveau/uapi/drm/nouveau_drm.h b/drm/nouveau/uapi/drm/nouveau_drm.h
>>> index 259588a..0bfaae8 100644
>>> --- a/drm/nouveau/uapi/drm/nouveau_drm.h
>>> +++ b/drm/nouveau/uapi/drm/nouveau_drm.h
>>> @@ -27,7 +27,7 @@
>>>
>>>  #define DRM_NOUVEAU_EVENT_NVIF                                       0x80000000
>>>
>>> -#include "drm.h"
>>> +#include "drm/drm.h"
>>>
>>>  #if defined(__cplusplus)
>>>  extern "C" {
>>> --
>>> 2.10.0
>>>
>>> _______________________________________________
>>> Nouveau mailing list
>>> Nouveau at lists.freedesktop.org
>>> https://lists.freedesktop.org/mailman/listinfo/nouveau
> _______________________________________________
> Nouveau mailing list
> Nouveau at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/nouveau


More information about the Nouveau mailing list