hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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