Commit 3e281890 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAPDSS: picodlp: add missing #include <linux/module.h>

Compiling panel-picodlp.c failed with:

drivers/video/omap2/displays/panel-picodlp.c:560:12: error:
'THIS_MODULE' undeclared here (not in a function)

Add #include <linux/module.h> to get THIS_MODULE definition.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 54128701
......@@ -19,6 +19,7 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <linux/module.h>
#include <linux/input.h>
#include <linux/platform_device.h>
#include <linux/interrupt.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