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

Commit d229807f authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/dca: Add module.h to dca-core.c



This file really needs the full module.h header file present, but
was just getting it implicitly before.  Call it out in advance so
that we don't get future build failures on this.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 7deeab5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
#include <linux/device.h>
#include <linux/dca.h>
#include <linux/slab.h>
#include <linux/module.h>

#define DCA_VERSION "1.12.1"