Commit 622fa41b authored by Richard Neumann's avatar Richard Neumann Committed by Wolfram Sang

i2c: amd-mp2: Remove unused macro

Remove unused work_amd_i2c_common() macro.
Signed-off-by: default avatarRichard Neumann <mail@richard-neumann.de>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 267e82b9
...@@ -185,9 +185,6 @@ struct amd_mp2_dev { ...@@ -185,9 +185,6 @@ struct amd_mp2_dev {
unsigned int probed; unsigned int probed;
}; };
#define work_amd_i2c_common(__work) \
container_of(__work, struct amd_i2c_common, work.work)
/* PCIe communication driver */ /* PCIe communication driver */
int amd_mp2_rw(struct amd_i2c_common *i2c_common, enum i2c_cmd reqcmd); int amd_mp2_rw(struct amd_i2c_common *i2c_common, enum i2c_cmd reqcmd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment