Commit 3f77cce8 authored by Andrey Panin's avatar Andrey Panin Committed by Linus Torvalds

[PATCH] visws framebuffer driver needs mm.h

This fixes the visws framebuffer driver which needs vm_area_struct from
linux/mm.h
parent e35a3e9a
......@@ -12,6 +12,7 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/errno.h>
#include <linux/delay.h>
#include <linux/fb.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment