Skip to content

Commit c936e28

Browse files
committed
thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEP
This is not used anywhere in the driver so remove it. No functional changes. Signed-off-by: Mika Westerberg <[email protected]>
1 parent 668906c commit c936e28

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

drivers/thunderbolt/tb_msgs.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ struct cfg_reset_pkg {
9898
struct tb_cfg_header header;
9999
} __packed;
100100

101-
/* TB_CFG_PKG_PREPARE_TO_SLEEP */
102-
struct cfg_pts_pkg {
103-
struct tb_cfg_header header;
104-
u32 data;
105-
} __packed;
106-
107101
/* ICM messages */
108102

109103
enum icm_pkg_code {

include/linux/thunderbolt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ enum tb_cfg_pkg_type {
3333
TB_CFG_PKG_ICM_EVENT = 10,
3434
TB_CFG_PKG_ICM_CMD = 11,
3535
TB_CFG_PKG_ICM_RESP = 12,
36-
TB_CFG_PKG_PREPARE_TO_SLEEP = 13,
3736
};
3837

3938
/**

0 commit comments

Comments
 (0)