Skip to content

Commit

Permalink
soc: mediatek: Fix SCPSYS compilation
Browse files Browse the repository at this point in the history
SCPSYS driver misses the module.h include which makes it fail
when compiling with allmodconf.

This patch fixes this.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Matthias Brugger authored and Olof Johansson committed Aug 5, 2015
1 parent f9fa55b commit 9dd068a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/mediatek/mtk-scpsys.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/mfd/syscon.h>
#include <linux/module.h>
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/pm_domain.h>
Expand Down

0 comments on commit 9dd068a

Please sign in to comment.