dprc.h is only used in the mc bus driver so move it together with the
sources thus making it private.
Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
*/
#include <linux/kernel.h>
#include "../include/mc.h"
-#include "../include/dprc.h"
+#include "dprc.h"
#include "dprc-cmd.h"
#define _FSL_MC_PRIVATE_H_
#include "../include/mc.h"
+#include "dprc.h"
#include <linux/mutex.h>
/**
#include <linux/device.h>
#include <linux/mod_devicetable.h>
#include <linux/interrupt.h>
-#include "../include/dprc.h"
#define FSL_MC_VENDOR_FREESCALE 0x1957