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

Commit 824ebf18 authored by Stuart Yoder's avatar Stuart Yoder Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc: cleanup: move dpbp and dpcon cmd headers



The dpbp and dpcon cmd header files should not be in the public
include directory but should be private to the bus driver.

Signed-off-by: default avatarStuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5d43dfdb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,7 +32,8 @@
#include "../include/mc-sys.h"
#include "../include/mc-cmd.h"
#include "../include/dpbp.h"
#include "../include/dpbp-cmd.h"

#include "dpbp-cmd.h"

/**
 * dpbp_open() - Open a control session for the specified object.
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
#include <linux/msi.h>
#include "../include/mc-bus.h"
#include "../include/mc-sys.h"
#include "../include/dpbp-cmd.h"
#include "../include/dpcon-cmd.h"

#include "dpbp-cmd.h"
#include "dpcon-cmd.h"
#include "fsl-mc-private.h"

#define FSL_MC_IS_ALLOCATABLE(_obj_type) \