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

Commit 1877e4ba authored by Laurentiu Tudor's avatar Laurentiu Tudor Committed by Greg Kroah-Hartman
Browse files

staging: fsl-mc: make dprc.h header private



dprc.h is only used in the mc bus driver so move it together with the
sources thus making it private.

Signed-off-by: default avatarLaurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b1aa455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
 */
#include <linux/kernel.h>
#include "../include/mc.h"
#include "../include/dprc.h"
#include "dprc.h"

#include "dprc-cmd.h"

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
#define _FSL_MC_PRIVATE_H_

#include "../include/mc.h"
#include "dprc.h"
#include <linux/mutex.h>

/**
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/interrupt.h>
#include "../include/dprc.h"

#define FSL_MC_VENDOR_FREESCALE	0x1957