7 lines
187 B
C
7 lines
187 B
C
|
#include <linux/kernel.h>
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
MODULE_AUTHOR("Tomi Valkeinen <tomi.valkeinen@ti.com>");
|
||
|
MODULE_DESCRIPTION("OMAP Display Subsystem Base");
|
||
|
MODULE_LICENSE("GPL v2");
|