aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-26 13:51:14 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-26 13:51:14 +0200
commit97ae021ab818fe29ac78d3acc0ecc6d85fc7cd5b (patch)
tree2a60e1530935e2dd6772dfa555944b17e9207849 /drivers/staging/fsl-mc
parentRevert "staging: fsl-mc: decouple the mc-bus public headers from dprc.h" (diff)
downloadlinux-dev-97ae021ab818fe29ac78d3acc0ecc6d85fc7cd5b.tar.xz
linux-dev-97ae021ab818fe29ac78d3acc0ecc6d85fc7cd5b.zip
Revert "staging: fsl-mc: drop useless #includes"
This reverts commit bb4a64b79f3b9973316e775f6c2910a98b6a562a. The whole series is broken, so back it all out. Reported-by: kbuild test robot <fengguang.wu@intel.com> Cc: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fsl-mc')
-rw-r--r--drivers/staging/fsl-mc/bus/fsl-mc-allocator.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
index c2af5b570222..9291847b1d14 100644
--- a/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
+++ b/drivers/staging/fsl-mc/bus/fsl-mc-allocator.c
@@ -13,6 +13,8 @@
#include "../include/mc-bus.h"
#include "../include/mc-sys.h"
+#include "dpbp-cmd.h"
+#include "dpcon-cmd.h"
#include "fsl-mc-private.h"
static bool __must_check fsl_mc_is_allocatable(const char *obj_type)