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/ipa_uc.h | |
| parent | 81186959917ac94817b36a98842a565ef3382dd2 (diff) | |
| download | linux-next-116061962d88b1eaf2e280504e2d4f35bd4b7405.tar.gz linux-next-116061962d88b1eaf2e280504e2d4f35bd4b7405.zip | |
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/ipa_uc.h')
| -rw-r--r-- | drivers/net/ipa/ipa_uc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ipa/ipa_uc.h b/drivers/net/ipa/ipa_uc.h index 85aa0df818c2..12997ecf5faa 100644 --- a/drivers/net/ipa/ipa_uc.h +++ b/drivers/net/ipa/ipa_uc.h @@ -1,13 +1,12 @@ /* 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 _IPA_UC_H_ #define _IPA_UC_H_ struct ipa; -enum ipa_irq_id; /** * ipa_uc_interrupt_handler() - Handler for microcontroller IPA interrupts |
