forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/scsi/gdth_proc.h
....@@ -12,9 +12,6 @@
1212 static int gdth_set_asc_info(struct Scsi_Host *host, char *buffer,
1313 int length, gdth_ha_str *ha);
1414
15
-static char *gdth_ioctl_alloc(gdth_ha_str *ha, int size, int scratch,
16
- u64 *paddr);
17
-static void gdth_ioctl_free(gdth_ha_str *ha, int size, char *buf, u64 paddr);
1815 static void gdth_wait_completion(gdth_ha_str *ha, int busnum, int id);
1916
2017 #endif