Skip to content

Commit 0bad577

Browse files
Zhang Zekungregkh
authored andcommitted
ocxl: Remove the unused declarations in headr file
The definition of ocxl_create_cdev() and ocxl_destroy_cdev() has been removed since commit 75ca758 ("ocxl: Create a clear delineation between ocxl backend & frontend"). So, let's remove the empty declarations. Signed-off-by: Zhang Zekun <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 619bac6 commit 0bad577

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/misc/ocxl/ocxl_internal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ struct ocxl_process_element {
9797
__be32 software_state;
9898
};
9999

100-
int ocxl_create_cdev(struct ocxl_afu *afu);
101-
void ocxl_destroy_cdev(struct ocxl_afu *afu);
102100
int ocxl_file_register_afu(struct ocxl_afu *afu);
103101
void ocxl_file_unregister_afu(struct ocxl_afu *afu);
104102

0 commit comments

Comments
 (0)