spi: spi-qpic-snand: remove unused 'dev' member of struct 'qpic_ecc'

The 'dev' member of the 'qpic_ecc' structure is never used in the
code so remove that.

No functional changes.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://patch.msgid.link/20250810-qpic-snand-qpic_ecc-cleanup-v1-1-33a6b2bcbc67@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Gabor Juhos
2025-08-10 16:38:50 +02:00
committed by Mark Brown
parent 5da3a0b010
commit fbec18dc99

View File

@@ -78,7 +78,6 @@ struct qcom_ecc_stats {
};
struct qpic_ecc {
struct device *dev;
int ecc_bytes_hw;
int spare_bytes;
int bbm_size;