gpu: add module.h to drivers/gpu files as required.

So that we don't get build failures once the implicit module.h
presence is removed.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
此提交包含在:
Paul Gortmaker
2011-08-30 11:04:30 -04:00
父節點 2d1a8a48ac
當前提交 e0cd360813
共有 27 個檔案被更改,包括 41 行新增0 行删除

查看文件

@@ -24,6 +24,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*
**************************************************************************/
#include <linux/module.h>
#include "drmP.h"
#include "vmwgfx_drv.h"