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>
This commit is contained in:
Paul Gortmaker
2011-08-30 11:04:30 -04:00
parent 2d1a8a48ac
commit e0cd360813
27 changed files with 41 additions and 0 deletions

View File

@@ -24,6 +24,8 @@
*
*/
#include <linux/module.h>
#include "drm_encoder_slave.h"
/**