commit | 3e28189038bb831512cf4f8313e1aead97c3e63f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Oct 04 11:39:38 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Oct 04 11:45:29 2011 +0300 |
tree | c7645895875a2e5dee8e7cc2afef4e378d259eb7 | |
parent | 54128701ecccbeb6f740030e0cc5f8e5701fe8ee [diff] |
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: Tomi Valkeinen <tomi.valkeinen@ti.com>