Commit 760285e7 authored by David Howells's avatar David Howells
Browse files

UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/


Convert #include "..." to #include <path/...> in drivers/gpu/.
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Acked-by: default avatarDave Airlie <airlied@redhat.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Acked-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: default avatarDave Jones <davej@redhat.com>
parent 4126d5d6
......@@ -28,8 +28,8 @@
#include <linux/module.h>
#include <linux/console.h>
#include "drmP.h"
#include "drm_crtc_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "ast_drv.h"
......
......@@ -28,13 +28,13 @@
#ifndef __AST_DRV_H__
#define __AST_DRV_H__
#include "drm_fb_helper.h"
#include <drm/drm_fb_helper.h>
#include "ttm/ttm_bo_api.h"
#include "ttm/ttm_bo_driver.h"
#include "ttm/ttm_placement.h"
#include "ttm/ttm_memory.h"
#include "ttm/ttm_module.h"
#include <drm/ttm/ttm_bo_api.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_placement.h>
#include <drm/ttm/ttm_memory.h>
#include <drm/ttm/ttm_module.h>
#include <linux/i2c.h>
#include <linux/i2c-algo-bit.h>
......
......@@ -37,9 +37,9 @@
#include <linux/init.h>
#include "drmP.h"
#include "drm_crtc.h"
#include "drm_fb_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_fb_helper.h>
#include "ast_drv.h"
static void ast_dirty_update(struct ast_fbdev *afbdev,
......
......@@ -25,12 +25,12 @@
/*
* Authors: Dave Airlie <airlied@redhat.com>
*/
#include "drmP.h"
#include <drm/drmP.h>
#include "ast_drv.h"
#include "drm_fb_helper.h"
#include "drm_crtc_helper.h"
#include <drm/drm_fb_helper.h>
#include <drm/drm_crtc_helper.h>
#include "ast_dram_tables.h"
......
......@@ -28,9 +28,9 @@
* Authors: Dave Airlie <airlied@redhat.com>
*/
#include <linux/export.h>
#include "drmP.h"
#include "drm_crtc.h"
#include "drm_crtc_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_crtc_helper.h>
#include "ast_drv.h"
#include "ast_tables.h"
......
......@@ -26,7 +26,7 @@
* Authors: Dave Airlie <airlied@redhat.com>
*/
#include "drmP.h"
#include <drm/drmP.h>
#include "ast_drv.h"
#include "ast_dram_tables.h"
......
......@@ -25,7 +25,7 @@
/*
* Authors: Dave Airlie <airlied@redhat.com>
*/
#include "drmP.h"
#include <drm/drmP.h>
#include "ast_drv.h"
#include <ttm/ttm_page_alloc.h>
......
......@@ -32,7 +32,7 @@
*/
#include <linux/export.h>
#include "drmP.h"
#include <drm/drmP.h>
# define ATI_PCIGART_PAGE_SIZE 4096 /**< PCI GART page size */
......
......@@ -10,7 +10,7 @@
*/
#include <linux/module.h>
#include <linux/console.h>
#include "drmP.h"
#include <drm/drmP.h>
#include "cirrus_drv.h"
......
......@@ -15,11 +15,11 @@
#include <drm/drm_fb_helper.h>
#include "ttm/ttm_bo_api.h"
#include "ttm/ttm_bo_driver.h"
#include "ttm/ttm_placement.h"
#include "ttm/ttm_memory.h"
#include "ttm/ttm_module.h"
#include <drm/ttm/ttm_bo_api.h>
#include <drm/ttm/ttm_bo_driver.h>
#include <drm/ttm/ttm_placement.h>
#include <drm/ttm/ttm_memory.h>
#include <drm/ttm/ttm_module.h>
#define DRIVER_AUTHOR "Matthew Garrett"
......
......@@ -9,8 +9,8 @@
* Dave Airlie
*/
#include <linux/module.h>
#include "drmP.h"
#include "drm_fb_helper.h"
#include <drm/drmP.h>
#include <drm/drm_fb_helper.h>
#include <linux/fb.h>
......
......@@ -8,8 +8,8 @@
* Authors: Matthew Garrett
* Dave Airlie
*/
#include "drmP.h"
#include "drm_crtc_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include "cirrus_drv.h"
......
......@@ -14,8 +14,8 @@
*
* Copyright 1999-2001 Jeff Garzik <jgarzik@pobox.com>
*/
#include "drmP.h"
#include "drm_crtc_helper.h"
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>
#include <video/cirrus.h>
......
......@@ -25,7 +25,7 @@
/*
* Authors: Dave Airlie <airlied@redhat.com>
*/
#include "drmP.h"
#include <drm/drmP.h>
#include "cirrus_drv.h"
#include <ttm/ttm_page_alloc.h>
......
......@@ -31,7 +31,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include "drmP.h"
#include <drm/drmP.h>
#include <linux/module.h>
#include <linux/slab.h>
......
......@@ -33,7 +33,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include "drmP.h"
#include <drm/drmP.h>
/**
* Find the file with the given magic number.
......
......@@ -33,7 +33,7 @@
*/
#include <linux/export.h>
#include "drm_buffer.h"
#include <drm/drm_buffer.h>
/**
* Allocate the drm buffer object.
......
......@@ -38,7 +38,7 @@
#include <linux/log2.h>
#include <linux/export.h>
#include <asm/shmparam.h>
#include "drmP.h"
#include <drm/drmP.h>
static struct drm_map_list *drm_find_matching_map(struct drm_device *dev,
struct drm_local_map *map)
......
......@@ -29,7 +29,7 @@
*/
#include <linux/export.h>
#include "drmP.h"
#include <drm/drmP.h>
#if defined(CONFIG_X86)
static void
......
......@@ -40,7 +40,7 @@
* needed by SiS driver's memory management.
*/
#include "drmP.h"
#include <drm/drmP.h>
/******************************************************************/
/** \name Context bitmap support */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment