Skip to content

Commit

Permalink
ata: pata_hpt3x2n: drop unused 'struct hpt_chip'
Browse files Browse the repository at this point in the history
The driver has never used 'struct hpt_chip' -- drop its declaration.

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
  • Loading branch information
Sergey Shtylyov authored and Damien Le Moal committed Feb 19, 2022
1 parent 87a3f2a commit 8d46352
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/ata/pata_hpt3x2n.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d46352

Please sign in to comment.