OSDN Git Service

IB/qib: Remove unused variable (char *qib_sdma_event_names[])
authorHernán Gonzalez <hernan@vanguardiasur.com.ar>
Tue, 27 Feb 2018 22:05:42 +0000 (19:05 -0300)
committerJason Gunthorpe <jgg@mellanox.com>
Wed, 28 Feb 2018 20:57:39 +0000 (13:57 -0700)
commit4f1d58343210cf52f2cb96c2499c81e2ae8d62c5
treeee6e3ed20001212c63a87b38bfeea86a0c3dd7d0
parent7da09af91d51561f373bedcd7a9d521ac79ee695
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>
drivers/infiniband/hw/qib/qib.h
drivers/infiniband/hw/qib/qib_sdma.c