diff options
author | Cédric Le Goater <clg@fr.ibm.com> | 2015-02-24 12:14:25 +0100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-26 18:19:40 +1100 |
commit | 6ebf49a4a364c874e0a0b6d5239db45a3409dc85 (patch) | |
tree | 3df20f1c1c91f9db7a57c04bc6ec110bdcfe694a /hw/bt.c | |
parent | 377838a02bc868848e315f16a1f7f5dd23e13505 (diff) | |
download | skiboot-6ebf49a4a364c874e0a0b6d5239db45a3409dc85.zip skiboot-6ebf49a4a364c874e0a0b6d5239db45a3409dc85.tar.gz skiboot-6ebf49a4a364c874e0a0b6d5239db45a3409dc85.tar.bz2 |
sparse: state_str is unused
Signed-off-by: Cédric Le Goater <clg@fr.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/bt.c')
-rw-r--r-- | hw/bt.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -76,12 +76,6 @@ enum bt_states { BT_STATE_B_BUSY, }; -const char *state_str[] = { - "BT_STATE_IDLE", - "BT_STATE_RESP_WAIT", - "BT_STATE_B_BUSY", -}; - struct bt_msg { struct list_node link; unsigned long tb; |