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

Commit 2782a351 authored by Axel Lin's avatar Axel Lin Committed by Dmitry Torokhov
Browse files

Input: tnetv107x-ts - add missing include of linux/module.h



tnetv107x-ts.c uses interfaces from linux/module.h,
so it should include that file.  This patch fixes build errors.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d70d43d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
 * GNU General Public License for more details.
 */

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/err.h>
#include <linux/errno.h>