i2c: mxs: Remove unneeded platform_device_id
authorFabio Estevam <festevam@gmail.com>
Tue, 24 Nov 2020 00:28:49 +0000 (21:28 -0300)
committerWolfram Sang <wsa@kernel.org>
Wed, 2 Dec 2020 20:29:31 +0000 (21:29 +0100)
commitc32abd8b569144b20c9c9b6dd7232828c612452f
tree1bda4bc4006db5d2d8a2067e13c203fc7b572681
parent83eb65b6ac7cd17ba87e5ebd15cd44f4034ccf3d
i2c: mxs: Remove unneeded platform_device_id

The i2c-mxs driver only runs on DT-platform and there is no
need to use the platform_device_id structure to pass the driver
data.

Get rid of it to make the code simpler.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-mxs.c