Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Laurentiu Tudor and committed by
Greg Kroah-Hartman
1877e4ba 9b1aa455

+2 -2
+1 -1
drivers/staging/fsl-mc/bus/dprc.c
··· 31 31 */ 32 32 #include <linux/kernel.h> 33 33 #include "../include/mc.h" 34 - #include "../include/dprc.h" 34 + #include "dprc.h" 35 35 36 36 #include "dprc-cmd.h" 37 37
+1
drivers/staging/fsl-mc/bus/fsl-mc-private.h
··· 11 11 #define _FSL_MC_PRIVATE_H_ 12 12 13 13 #include "../include/mc.h" 14 + #include "dprc.h" 14 15 #include <linux/mutex.h> 15 16 16 17 /**
drivers/staging/fsl-mc/include/dprc.h drivers/staging/fsl-mc/bus/dprc.h
-1
drivers/staging/fsl-mc/include/mc.h
··· 14 14 #include <linux/device.h> 15 15 #include <linux/mod_devicetable.h> 16 16 #include <linux/interrupt.h> 17 - #include "../include/dprc.h" 18 17 19 18 #define FSL_MC_VENDOR_FREESCALE 0x1957 20 19