Convert #include "..." to #include <path/...> in drivers/gpu/. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Dave Airlie <airlied@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>tirimbino
parent
4126d5d61f
commit
760285e7e7
@ -1,4 +1,4 @@ |
||||
#include "drmP.h" |
||||
#include <drm/drmP.h> |
||||
|
||||
#define CREATE_TRACE_POINTS |
||||
#include "drm_trace.h" |
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue