Skip to content

Commit

Permalink
staging: fsl-mc: make dprc.h header private
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Laurentiu Tudor authored and Greg Kroah-Hartman committed Jun 29, 2017
1 parent d30a41d commit bd18c0c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/fsl-mc/bus/dprc.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
#include <linux/kernel.h>
#include "../include/mc.h"
#include "../include/dprc.h"
#include "dprc.h"

#include "dprc-cmd.h"

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions drivers/staging/fsl-mc/bus/fsl-mc-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define _FSL_MC_PRIVATE_H_

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

/**
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/fsl-mc/include/mc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd18c0c

Please sign in to comment.