mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
116061962d
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>
15 lines
481 B
C
15 lines
481 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
|
|
* Copyright (C) 2019-2024 Linaro Ltd.
|
|
*/
|
|
#ifndef _IPA_SYSFS_H_
|
|
#define _IPA_SYSFS_H_
|
|
|
|
extern const struct attribute_group ipa_attribute_group;
|
|
extern const struct attribute_group ipa_feature_attribute_group;
|
|
extern const struct attribute_group ipa_endpoint_id_attribute_group;
|
|
extern const struct attribute_group ipa_modem_attribute_group;
|
|
|
|
#endif /* _IPA_SYSFS_H_ */
|