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: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
Paul Gortmaker
2011-08-30 18:16:33 -04:00
부모 44a8e3772f
커밋 2d1a8a48ac
30개의 변경된 파일33개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -27,6 +27,7 @@
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "drmP.h"
#include "drm.h"
#include "drm_crtc.h"