i2c: amd-mp2: Remove unused macro

Remove unused work_amd_i2c_common() macro.

Signed-off-by: Richard Neumann <mail@richard-neumann.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
This commit is contained in:
Richard Neumann 2021-02-01 18:51:38 +01:00 committed by Wolfram Sang
parent 267e82b959
commit 622fa41b49
1 changed files with 0 additions and 3 deletions

View File

@ -185,9 +185,6 @@ struct amd_mp2_dev {
unsigned int probed;
};
#define work_amd_i2c_common(__work) \
container_of(__work, struct amd_i2c_common, work.work)
/* PCIe communication driver */
int amd_mp2_rw(struct amd_i2c_common *i2c_common, enum i2c_cmd reqcmd);