Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6aec187a authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/media: video/a5k6aa is a module and so needs module.h



This file uses core functions like module_init() and module_exit()
and so it explicitly needs to include the module.h header.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 3b8ce3ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/media.h>
#include <linux/module.h>
#include <linux/regulator/consumer.h>
#include <linux/slab.h>