diff options
author | Pierre-Louis Bossart <[email protected]> | 2022-08-23 13:38:38 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2022-09-01 14:29:14 +0530 |
commit | c36b610047463a37203e1158aeaf90f0a82f45dc (patch) | |
tree | cabd6942c39c978e6f03e57a45c997a36cd62e64 | |
parent | feaa24aa408f117dbf074b580d38131dc819505a (diff) |
soundwire: intel: remove IPPTR unused definition
This read-only register only defines an offset which is known already
and a version which isn't used.
Remove unused definition.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Rander Wang <[email protected]>
Signed-off-by: Bard Liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | include/linux/soundwire/sdw_intel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/soundwire/sdw_intel.h b/include/linux/soundwire/sdw_intel.h index d9f51f43e42c..581a9ba32f82 100644 --- a/include/linux/soundwire/sdw_intel.h +++ b/include/linux/soundwire/sdw_intel.h @@ -27,7 +27,6 @@ #define SDW_SHIM_LCTL_CPA BIT(8) #define SDW_SHIM_LCTL_CPA_MASK GENMASK(11, 8) -#define SDW_SHIM_IPPTR 0x8 #define SDW_SHIM_SYNC 0xC #define SDW_SHIM_CTLSCAP(x) (0x010 + 0x60 * (x)) |