提交 3e281890 编写于 作者: T 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: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册