aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_auth.c
diff options
context:
space:
mode:
authorDavid Howells <[email protected]>2012-10-02 17:01:07 +0000
committerDavid Howells <[email protected]>2012-10-02 17:01:07 +0000
commit760285e7e7ab282c25b5e90816f7c47000557f4f (patch)
treeb288dddd8ad2fdc51fa8b2022ea8db8603dd749c /drivers/gpu/drm/drm_auth.c
parentUAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. (diff)
downloadkernel-760285e7e7ab282c25b5e90816f7c47000557f4f.tar.gz
kernel-760285e7e7ab282c25b5e90816f7c47000557f4f.zip
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
Convert #include "..." to #include <path/...> in drivers/gpu/. Signed-off-by: David Howells <[email protected]> Acked-by: Dave Airlie <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/drm_auth.c')
-rw-r--r--drivers/gpu/drm/drm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_auth.c b/drivers/gpu/drm/drm_auth.c
index ba23790450e9..3cedae12b3c1 100644
--- a/drivers/gpu/drm/drm_auth.c
+++ b/drivers/gpu/drm/drm_auth.c
@@ -33,7 +33,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "drmP.h"
+#include <drm/drmP.h>
/**
* Find the file with the given magic number.