mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
ocxl: Remove the unused declarations in headr file
The definition of ocxl_create_cdev() and ocxl_destroy_cdev() has been
removed since commit 75ca758adb
("ocxl: Create a clear delineation
between ocxl backend & frontend"). So, let's remove the empty declarations.
Signed-off-by: Zhang Zekun <zhangzekun11@huawei.com>
Link: https://lore.kernel.org/r/20240907082555.60836-1-zhangzekun11@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
619bac6a97
commit
0bad57708d
@ -97,8 +97,6 @@ struct ocxl_process_element {
|
||||
__be32 software_state;
|
||||
};
|
||||
|
||||
int ocxl_create_cdev(struct ocxl_afu *afu);
|
||||
void ocxl_destroy_cdev(struct ocxl_afu *afu);
|
||||
int ocxl_file_register_afu(struct ocxl_afu *afu);
|
||||
void ocxl_file_unregister_afu(struct ocxl_afu *afu);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user