From: Geert Uytterhoeven Date: Sun, 15 Nov 2015 11:48:33 +0000 (+0100) Subject: st: Remove obsolete scsi_tape.max_pfn X-Git-Tag: v4.5-rc1~111^2~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e747cad203f2956aad460325510f0c339fac10c4;p=thirdparty%2Fkernel%2Flinux.git st: Remove obsolete scsi_tape.max_pfn Its last user was removed 10 years ago, in commit 8b05b773b6030de5 ("[SCSI] convert st to use scsi_execute_async"). Signed-off-by: Geert Uytterhoeven Reviewed-by: Ewan D. Milne Acked-by: Kai Mäkisara Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/st.h b/drivers/scsi/st.h index b6486b5d86811..8c732c8de0153 100644 --- a/drivers/scsi/st.h +++ b/drivers/scsi/st.h @@ -148,8 +148,6 @@ struct scsi_tape { int tape_type; int long_timeout; /* timeout for commands known to take long time */ - unsigned long max_pfn; /* the maximum page number reachable by the HBA */ - /* Mode characteristics */ struct st_modedef modes[ST_NBR_MODES]; int current_mode;