mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
staging: fsl-mc: drop a few useless #includes
Some #includes were needlessly done from header files. Drop them from there and update the only .c file that implicitly needed one of those #includes. Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a042fbed02
commit
4506386173
@ -17,6 +17,7 @@
|
||||
#include <linux/irqdomain.h>
|
||||
#include <linux/msi.h>
|
||||
#include "../include/mc-bus.h"
|
||||
#include "../include/mc-cmd.h"
|
||||
#include "fsl-mc-private.h"
|
||||
|
||||
/*
|
||||
|
@ -11,7 +11,6 @@
|
||||
#define _FSL_MC_PRIVATE_H_
|
||||
|
||||
#include "../include/mc.h"
|
||||
#include "../include/mc-bus.h"
|
||||
|
||||
int __must_check fsl_mc_device_add(struct dprc_obj_desc *obj_desc,
|
||||
struct fsl_mc_io *mc_io,
|
||||
|
@ -33,8 +33,6 @@
|
||||
#ifndef _FSL_DPRC_H
|
||||
#define _FSL_DPRC_H
|
||||
|
||||
#include "mc-cmd.h"
|
||||
|
||||
/*
|
||||
* Data Path Resource Container API
|
||||
* Contains DPRC API for managing and querying DPAA resources
|
||||
|
Loading…
Reference in New Issue
Block a user