|
@@ -23,6 +23,7 @@
|
|
|
#include <linux/slab.h>
|
|
|
#include <linux/dma-mapping.h>
|
|
|
#include <linux/export.h>
|
|
|
+#include <linux/module.h>
|
|
|
#include <video/mmp_disp.h>
|
|
|
|
|
|
static struct mmp_overlay *path_get_overlay(struct mmp_path *path,
|
|
@@ -249,3 +250,7 @@ void mmp_unregister_path(struct mmp_path *path)
|
|
|
mutex_unlock(&disp_lock);
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(mmp_unregister_path);
|
|
|
+
|
|
|
+MODULE_AUTHOR("Zhou Zhu <zzhu3@marvell.com>");
|
|
|
+MODULE_DESCRIPTION("Marvell MMP display framework");
|
|
|
+MODULE_LICENSE("GPL");
|