From: Sergey Shtylyov Date: Wed, 9 Feb 2022 20:53:51 +0000 (+0300) Subject: ata: pata_hpt3x2n: drop unused 'struct hpt_chip' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d463523586127a1af01bcfc4fdb96ca43dc9138;p=linux.git ata: pata_hpt3x2n: drop unused 'struct hpt_chip' The driver has never used 'struct hpt_chip' -- drop its declaration. Signed-off-by: Sergey Shtylyov Signed-off-by: Damien Le Moal --- diff --git a/drivers/ata/pata_hpt3x2n.c b/drivers/ata/pata_hpt3x2n.c index 22e80d12a49bf..b360908088909 100644 --- a/drivers/ata/pata_hpt3x2n.c +++ b/drivers/ata/pata_hpt3x2n.c @@ -36,11 +36,6 @@ struct hpt_clock { u32 timing; }; -struct hpt_chip { - const char *name; - struct hpt_clock *clocks[3]; -}; - /* key for bus clock timings * bit * 0:3 data_high_time. Inactive time of DIOW_/DIOR_ for PIO and MW DMA.