Commit 2d1a8a48 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

gpu: Add export.h as required to drivers/gpu files.



They need this to get all the EXPORT_SYMBOL variants and THIS_MODULE

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 44a8e377
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
 * DEALINGS IN THE SOFTWARE.
 */

#include <linux/export.h>
#include "drmP.h"

# define ATI_PCIGART_PAGE_SIZE		4096	/**< PCI GART page size */
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
 * Pauli Nieminen <suokkos-at-gmail-dot-com>
 */

#include <linux/export.h>
#include "drm_buffer.h"

/**
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include <linux/vmalloc.h>
#include <linux/slab.h>
#include <linux/log2.h>
#include <linux/export.h>
#include <asm/shmparam.h>
#include "drmP.h"

+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
 * Authors: Thomas Hellström <thomas-at-tungstengraphics-dot-com>
 */

#include <linux/export.h>
#include "drmP.h"

#if defined(CONFIG_X86)
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
 */
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "drm.h"
#include "drmP.h"
#include "drm_crtc.h"
Loading