aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorOndrej Zary <[email protected]>2023-02-18 23:01:27 +0100
committerDamien Le Moal <[email protected]>2023-03-23 10:29:25 +0900
commita4f2ff92ed4a0305920a46aba0ae8d50139548c0 (patch)
tree068e7a3be4d9edd46f6cf0ba91affc702496daff /include/linux
parentec6e7a51d9eb1cd27840f7d8d5d05328631c9a15 (diff)
ata: pata_parport: remove device from struct pi_adapter
device is never set in pata_parport, remove it. Reviewed-by: Sergey Shtylyov <[email protected]> Signed-off-by: Ondrej Zary <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pata_parport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pata_parport.h b/include/linux/pata_parport.h
index 3fc6b002c7c8..dcab769aa639 100644
--- a/include/linux/pata_parport.h
+++ b/include/linux/pata_parport.h
@@ -17,7 +17,6 @@ struct pi_adapter {
int port; /* base address of parallel port */
int mode; /* transfer mode in use */
int delay; /* adapter delay setting */
- char *device; /* dummy for paride protocol modules */
int unit; /* unit number for chained adapters */
int saved_r0; /* saved port state */
int saved_r2; /* saved port state */