diff options
author | Hernán Gonzalez <hernan@vanguardiasur.com.ar> | 2018-02-28 01:05:42 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2018-02-28 23:57:39 +0300 |
commit | 4f1d58343210cf52f2cb96c2499c81e2ae8d62c5 (patch) | |
tree | ee6e3ed20001212c63a87b38bfeea86a0c3dd7d0 /drivers/infiniband/hw/qib/qib.h | |
parent | 7da09af91d51561f373bedcd7a9d521ac79ee695 (diff) | |
download | linux-4f1d58343210cf52f2cb96c2499c81e2ae8d62c5.tar.xz |
IB/qib: Remove unused variable (char *qib_sdma_event_names[])
Note: This is compile only tested as I have no access to the hw.
This variable was not used anywhere in the code. Removing it saves 88
bytes.
add/remove: 0/1 grow/shrink: 0/0 up/down: 0/-88 (-88)
Function old new delta
qib_sdma_event_names 88 - -88
Total: Before=2874565, After=2874477, chg -0.00%
Signed-off-by: Hernán Gonzalez <hernan@vanguardiasur.com.ar>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib.h')
-rw-r--r-- | drivers/infiniband/hw/qib/qib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/qib/qib.h b/drivers/infiniband/hw/qib/qib.h index 0235f76bbc72..b709ebd1fb2e 100644 --- a/drivers/infiniband/hw/qib/qib.h +++ b/drivers/infiniband/hw/qib/qib.h @@ -473,7 +473,6 @@ enum qib_sdma_events { }; extern char *qib_sdma_state_names[]; -extern char *qib_sdma_event_names[]; struct sdma_set_state_action { unsigned op_enable:1; |