diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-27 16:33:10 (GMT) |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-10-31 23:30:36 (GMT) |
commit | 7c52d55170ce84ddf9c0ad4e020ef1d7a97975a7 (patch) | |
tree | 6788d2f806d44a7cd437f38dc44169395112081e /arch/x86/video/fbdev.c | |
parent | 69c60c88eeb364ebf58432f9bc38033522d58767 (diff) | |
download | linux-7c52d55170ce84ddf9c0ad4e020ef1d7a97975a7.tar.xz |
x86: fix up files really needing to include module.h
These files aren't just exporting symbols -- they are also defining
a MODULE_LICENSE etc. so give them the full module.h file.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch/x86/video/fbdev.c')
-rw-r--r-- | arch/x86/video/fbdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/video/fbdev.c b/arch/x86/video/fbdev.c index 6952768..c5ffb6a 100644 --- a/arch/x86/video/fbdev.c +++ b/arch/x86/video/fbdev.c @@ -8,6 +8,7 @@ */ #include <linux/fb.h> #include <linux/pci.h> +#include <linux/module.h> int fb_is_primary_device(struct fb_info *info) { |