mei: make mei_cl_bus_rescan static
mei_cl_bus_rescan is used only in bus.c, so make it local to the file and mark static. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
50fa2951bd
commit
8bb2d27f83
|
@ -1038,7 +1038,7 @@ static void mei_cl_bus_dev_init(struct mei_device *bus,
|
|||
*
|
||||
* @bus: mei device
|
||||
*/
|
||||
void mei_cl_bus_rescan(struct mei_device *bus)
|
||||
static void mei_cl_bus_rescan(struct mei_device *bus)
|
||||
{
|
||||
struct mei_cl_device *cldev, *n;
|
||||
struct mei_me_client *me_cl;
|
||||
|
|
|
@ -306,7 +306,6 @@ struct mei_hw_ops {
|
|||
};
|
||||
|
||||
/* MEI bus API*/
|
||||
void mei_cl_bus_rescan(struct mei_device *bus);
|
||||
void mei_cl_bus_rescan_work(struct work_struct *work);
|
||||
void mei_cl_bus_dev_fixup(struct mei_cl_device *dev);
|
||||
ssize_t __mei_cl_send(struct mei_cl *cl, u8 *buf, size_t length,
|
||||
|
|
Loading…
Reference in New Issue