diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-08-02 07:30:29 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-08-02 07:30:29 -0700 |
commit | 1c69d7cf4a8b6b6cfd920a1e809f1cd33ae4369c (patch) | |
tree | 673fb1560b0087675645cc0e9263d475ba005348 /include | |
parent | 7a7b8635b622add64d98cff84bf3ee71eac36237 (diff) |
Revert "mhi: Fix networking tree build."
This reverts commit 40e159403896f7d55c98f858d0b20fee1d941fa4.
Looks like this commit breaks the build for me.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mhi.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/mhi.h b/include/linux/mhi.h index 5e08468854db..944aa3aa3035 100644 --- a/include/linux/mhi.h +++ b/include/linux/mhi.h @@ -719,13 +719,8 @@ 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, - unsigned int flags); - -/* Automatically allocate and queue inbound buffers */ -#define MHI_CH_INBOUND_ALLOC_BUFS BIT(0) +int mhi_prepare_for_transfer(struct mhi_device *mhi_dev); /** * mhi_unprepare_from_transfer - Reset UL and DL channels for data transfer. |