diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-08-30 11:04:30 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 19:32:03 -0400 |
commit | e0cd3608135b2ed8eddbe3fdf048d22e0593d836 (patch) | |
tree | 5daf0905d524b4c1fedbc706b94b998069bdd411 /drivers/gpu/drm/tdfx | |
parent | 2d1a8a48ac68a835c42d8a31a02b8158cd599615 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/tdfx')
-rw-r--r-- | drivers/gpu/drm/tdfx/tdfx_drv.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tdfx/tdfx_drv.c b/drivers/gpu/drm/tdfx/tdfx_drv.c index 8bf98810a8d6..cda29911e332 100644 --- a/drivers/gpu/drm/tdfx/tdfx_drv.c +++ b/drivers/gpu/drm/tdfx/tdfx_drv.c | |||
@@ -30,6 +30,8 @@ | |||
30 | * Gareth Hughes <gareth@valinux.com> | 30 | * Gareth Hughes <gareth@valinux.com> |
31 | */ | 31 | */ |
32 | 32 | ||
33 | #include <linux/module.h> | ||
34 | |||
33 | #include "drmP.h" | 35 | #include "drmP.h" |
34 | #include "tdfx_drv.h" | 36 | #include "tdfx_drv.h" |
35 | 37 | ||