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 <[email protected]> wrote: > odd, let me check again > > 2016-09-18 16:18 GMT+02:00 Ilia Mirkin <[email protected]>: >> Every other *_drm.h does #include "drm.h". Something else is wrong. >> >> On Sun, Sep 18, 2016 at 6:21 AM, Karol Herbst <[email protected]> wrote: >>> Cought while working on travis-ci integration >>> >>> Signed-off-by: Karol Herbst <[email protected]> >>> --- >>> 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 >>> [email protected] >>> https://lists.freedesktop.org/mailman/listinfo/nouveau > _______________________________________________ > Nouveau mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/nouveau _______________________________________________ Nouveau mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/nouveau
