mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
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>
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
**************************************************************************/
|
||||
|
||||
#include "vmwgfx_drv.h"
|
||||
#include "vmwgfx_drm.h"
|
||||
#include "ttm/ttm_object.h"
|
||||
#include "ttm/ttm_placement.h"
|
||||
#include "drmP.h"
|
||||
#include <drm/vmwgfx_drm.h>
|
||||
#include <drm/ttm/ttm_object.h>
|
||||
#include <drm/ttm/ttm_placement.h>
|
||||
#include <drm/drmP.h>
|
||||
|
||||
struct vmw_user_context {
|
||||
struct ttm_base_object base;
|
||||
|
||||
Reference in New Issue
Block a user