platform/chrome: cros_ec_chardev: Remove redundant struct field
authorTzung-Bi Shih <tzungbi@kernel.org>
Mon, 21 Jul 2025 04:44:49 +0000 (04:44 +0000)
committerTzung-Bi Shih <tzungbi@kernel.org>
Mon, 11 Aug 2025 06:37:29 +0000 (14:37 +0800)
commit432418bf27ababad360d4c07d2efcd235107a971
treed4e9d71d3d0c458e6ec1bc039b531735654e4f86
parent8f5ae30d69d7543eee0d70083daf4de8fe15d585
platform/chrome: cros_ec_chardev: Remove redundant struct field

`ec_dev` in the `struct chardev_data` is unused.  Remove the field
and the whole struct as well.

Link: https://lore.kernel.org/r/20250721044456.2736300-2-tzungbi@kernel.org
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
drivers/platform/chrome/cros_ec_chardev.c