Skip to content

Commit

Permalink
mhi: Fix networking tree build.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed Aug 2, 2021
1 parent ebca25e commit 40e1594
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion include/linux/mhi.h
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,13 @@ void mhi_device_put(struct mhi_device *mhi_dev);
* host and device execution environments match and
* channels are in a DISABLED state.
* @mhi_dev: Device associated with the channels
* @flags: MHI channel flags
*/
int mhi_prepare_for_transfer(struct mhi_device *mhi_dev);
int mhi_prepare_for_transfer(struct mhi_device *mhi_dev,
unsigned int flags);

/* Automatically allocate and queue inbound buffers */
#define MHI_CH_INBOUND_ALLOC_BUFS BIT(0)

/**
* mhi_unprepare_from_transfer - Reset UL and DL channels for data transfer.
Expand Down

0 comments on commit 40e1594

Please sign in to comment.