-
由 Josh Boyer 提交于
The userspace drm.h include doesn't prefix the drm directory. This can lead to compile failures as /usr/include/drm/ isn't in the standard gcc include paths. Fix it to be <drm/drm.h>, which matches the rest of the driver drm header files that get installed into /usr/include/drm. Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1138759 Fixes: 1d7a5cbfReported-by: NJeffrey Bastian <jbastian@redhat.com> Signed-off-by: NJosh Boyer <jwboyer@fedoraproject.org> Signed-off-by: NDave Airlie <airlied@redhat.com>
e351943b