Ilia Mirkin
2016-Sep-18 14:18 UTC
[Nouveau] [PATCH 2/2] nouveau: Fix compile error due to bad include
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
Karol Herbst
2016-Sep-18 15:32 UTC
[Nouveau] [PATCH 2/2] nouveau: Fix compile error due to bad include
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
Alexandre Courbot
2016-Sep-19 03:38 UTC
[Nouveau] [PATCH 2/2] nouveau: Fix compile error due to bad include
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
Seemingly Similar Threads
- [PATCH 2/2] nouveau: Fix compile error due to bad include
- [PATCH 2/2] nouveau: Fix compile error due to bad include
- [PATCH 1/2] Revert "bus: remove cpu_coherent flag"
- [PATCH 11/24] drm/nouveau: drop drm/ prefix from include
- [PATCH 1/9] drm/nouveau: Don't leak runtime pm ref on driver unload