]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
staging: rdma: hfi1: chip: Remove wrapper function
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sun, 1 Nov 2015 10:48:18 +0000 (16:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commit66c0933b30ae27ded1a48944381c9d05feff1979
treead6aa47d59088671160eb153cf203efc5e964a5a
parent8edf75020f60b2e1572291f93e0898351d478795
staging: rdma: hfi1: chip: Remove wrapper function

Drop wrapper function remap_receive_available_interrupt() that wraps a
call to remap_intr() with the only difference being the addition of
macro IS_RCVAVAIL_START to the second argument of remap_intr().

Both the function names give the same information so the wrapper
function can be dropped.

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/chip.c