mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
staging: fsl-mc: rename mc-private.h to mc-bus.h
The definitions in mc-private.h are not strictly speaking 'private', they are bus-related definitions expected to be referenced by bus driver components as well as system components (gic, smmu, vfio). Rename mc-private.h to mc-bus.h to more accurately reflect expected use. Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eaf47b713b
commit
c37ebf8c3d
@ -9,7 +9,7 @@
|
|||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/mc-private.h"
|
#include "../include/mc-bus.h"
|
||||||
#include "../include/mc-sys.h"
|
#include "../include/mc-sys.h"
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/mc-private.h"
|
#include "../include/mc-bus.h"
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/irqchip/arm-gic-v3.h>
|
#include <linux/irqchip/arm-gic-v3.h>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/mc-private.h"
|
#include "../include/mc-bus.h"
|
||||||
#include "../include/mc-sys.h"
|
#include "../include/mc-sys.h"
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include "../include/dpbp-cmd.h"
|
#include "../include/dpbp-cmd.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/mc-private.h"
|
#include "../include/mc-bus.h"
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../include/mc-private.h"
|
#include "../include/mc-bus.h"
|
||||||
#include <linux/of_device.h>
|
#include <linux/of_device.h>
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/irqchip/arm-gic-v3.h>
|
#include <linux/irqchip/arm-gic-v3.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Freescale Management Complex (MC) bus private declarations
|
* Freescale Management Complex (MC) bus declarations
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Freescale Semiconductor, Inc.
|
* Copyright (C) 2014 Freescale Semiconductor, Inc.
|
||||||
* Author: German Rivera <German.Rivera@freescale.com>
|
* Author: German Rivera <German.Rivera@freescale.com>
|
||||||
@ -8,8 +8,8 @@
|
|||||||
* License version 2. This program is licensed "as is" without any
|
* License version 2. This program is licensed "as is" without any
|
||||||
* warranty of any kind, whether express or implied.
|
* warranty of any kind, whether express or implied.
|
||||||
*/
|
*/
|
||||||
#ifndef _FSL_MC_PRIVATE_H_
|
#ifndef _FSL_MC_MCBUS_H_
|
||||||
#define _FSL_MC_PRIVATE_H_
|
#define _FSL_MC_MCBUS_H_
|
||||||
|
|
||||||
#include "../include/mc.h"
|
#include "../include/mc.h"
|
||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
@ -155,4 +155,4 @@ int fsl_mc_populate_irq_pool(struct fsl_mc_bus *mc_bus,
|
|||||||
|
|
||||||
void fsl_mc_cleanup_irq_pool(struct fsl_mc_bus *mc_bus);
|
void fsl_mc_cleanup_irq_pool(struct fsl_mc_bus *mc_bus);
|
||||||
|
|
||||||
#endif /* _FSL_MC_PRIVATE_H_ */
|
#endif /* _FSL_MC_MCBUS_H_ */
|
Loading…
Reference in New Issue
Block a user