commit | ce03a8cbb039181af325a94475909f3f1f5f5090 | [log] [tgz] |
---|---|---|
author | TOKITA Hiroshi <tokita.hiroshi@gmail.com> | Wed Nov 27 15:41:06 2024 +0900 |
committer | Benjamin Cabé <kartben@gmail.com> | Sat Dec 14 01:04:14 2024 +0100 |
tree | 4b1cd2afca78e3ac9ac279fea1b49868122f5a7b | |
parent | 3046495df12072be6ec7e4ecf4402c2d46256469 [diff] |
drivers: gpio: phy: adin2111: Fix to allow the use of multiple models Compilation will fail if both adin2111 and adin1100 are used at the same time. Changing to define different unique names for the symbols to avoid conflicts. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>