We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668906c commit c936e28Copy full SHA for c936e28
2 files changed
drivers/thunderbolt/tb_msgs.h
@@ -98,12 +98,6 @@ struct cfg_reset_pkg {
98
struct tb_cfg_header header;
99
} __packed;
100
101
-/* TB_CFG_PKG_PREPARE_TO_SLEEP */
102
-struct cfg_pts_pkg {
103
- struct tb_cfg_header header;
104
- u32 data;
105
-} __packed;
106
-
107
/* ICM messages */
108
109
enum icm_pkg_code {
include/linux/thunderbolt.h
@@ -33,7 +33,6 @@ enum tb_cfg_pkg_type {
33
TB_CFG_PKG_ICM_EVENT = 10,
34
TB_CFG_PKG_ICM_CMD = 11,
35
TB_CFG_PKG_ICM_RESP = 12,
36
- TB_CFG_PKG_PREPARE_TO_SLEEP = 13,
37
};
38
39
/**
0 commit comments