Skip to content

Commit

Permalink
thunderbolt: Get rid of TB_CFG_PKG_PREPARE_TO_SLEEP
Browse files Browse the repository at this point in the history
This is not used anywhere in the driver so remove it. No functional
changes.

Signed-off-by: Mika Westerberg <[email protected]>
  • Loading branch information
westeri committed Apr 19, 2024
1 parent 668906c commit c936e28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions drivers/thunderbolt/tb_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ struct cfg_reset_pkg {
struct tb_cfg_header header;
} __packed;

/* TB_CFG_PKG_PREPARE_TO_SLEEP */
struct cfg_pts_pkg {
struct tb_cfg_header header;
u32 data;
} __packed;

/* ICM messages */

enum icm_pkg_code {
Expand Down
1 change: 0 additions & 1 deletion include/linux/thunderbolt.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ enum tb_cfg_pkg_type {
TB_CFG_PKG_ICM_EVENT = 10,
TB_CFG_PKG_ICM_CMD = 11,
TB_CFG_PKG_ICM_RESP = 12,
TB_CFG_PKG_PREPARE_TO_SLEEP = 13,
};

/**
Expand Down

0 comments on commit c936e28

Please sign in to comment.