diff options
| author | Alex Elder <elder@linaro.org> | 2024-04-16 18:10:16 -0500 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2024-04-18 13:01:05 +0200 |
| commit | 116061962d88b1eaf2e280504e2d4f35bd4b7405 (patch) | |
| tree | e9766b86a2ed9d28c8ea9c2c2c5dc0872123ea3c /drivers/net/ipa/gsi_trans.h | |
| parent | 81186959917ac94817b36a98842a565ef3382dd2 (diff) | |
net: ipa: eliminate unneeded struct declarations
As definitions in headers have been moved around, some of the
struct and enum declarations found in header files have become
no longer necessary and can be removed. Remove these unneeded
declarations.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/ipa/gsi_trans.h')
| -rw-r--r-- | drivers/net/ipa/gsi_trans.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ipa/gsi_trans.h b/drivers/net/ipa/gsi_trans.h index 30c1c2dc77c6..407c3af24b6e 100644 --- a/drivers/net/ipa/gsi_trans.h +++ b/drivers/net/ipa/gsi_trans.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. - * Copyright (C) 2019-2022 Linaro Ltd. + * Copyright (C) 2019-2024 Linaro Ltd. */ #ifndef _GSI_TRANS_H_ #define _GSI_TRANS_H_ @@ -19,7 +19,6 @@ struct device; struct sk_buff; struct gsi; -struct gsi_trans; struct gsi_trans_pool; /* Maximum number of TREs in an IPA immediate command transaction */ |
