aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/ep93xx-fb.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-07-03 16:17:28 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:33 -0400
commit355b200bacdb6017669cdc5bc9e7b1037aac42a2 (patch)
treea5af77d70994a9aec822830512369036e7729418 /drivers/video/ep93xx-fb.c
parentvideo: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video (diff)
downloadlinux-dev-355b200bacdb6017669cdc5bc9e7b1037aac42a2.tar.xz
linux-dev-355b200bacdb6017669cdc5bc9e7b1037aac42a2.zip
video: Add module.h to drivers/video files who really use it.
They were getting this implicitly by an include of module.h from device.h -- but we are going to clean that up and break that include chain, so include module.h explicitly now. [ with contributions from Axel Lin <axel.lin@gmail.com> ] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/video/ep93xx-fb.c')
-rw-r--r--drivers/video/ep93xx-fb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/ep93xx-fb.c b/drivers/video/ep93xx-fb.c
index 40e5f17d1e4b..2e830ec52a5a 100644
--- a/drivers/video/ep93xx-fb.c
+++ b/drivers/video/ep93xx-fb.c
@@ -18,6 +18,7 @@
*/
#include <linux/platform_device.h>
+#include <linux/module.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/clk.h>