mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
mtd: ssfdc: Remove an unused variable
Since its introduction the driver was declaring a "usecount" variable, but nobody ever used it upstream. This was spot while grepping for usecount through mtd/ for other reasons. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20231205075431.13401-1-miquel.raynal@bootlin.com
This commit is contained in:
parent
b85ea95d08
commit
b511e8e05b
@ -18,7 +18,6 @@
|
||||
|
||||
struct ssfdcr_record {
|
||||
struct mtd_blktrans_dev mbd;
|
||||
int usecount;
|
||||
unsigned char heads;
|
||||
unsigned char sectors;
|
||||
unsigned short cylinders;
|
||||
|
Loading…
Reference in New Issue
Block a user