]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f8f73bb515dbf5b79836c95b693dd401c476eb5
treeee6e3ed20001212c63a87b38bfeea86a0c3dd7d0
parent35c2bcb2327b65d01e0f2c2da352a919ff354d8b
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