]> git.baikalelectronics.ru Git - kernel.git/commit
IB/mlx5: Remove superfluous include of io-mapping.h
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 23 Aug 2016 20:16:26 +0000 (21:16 +0100)
committerDoug Ledford <dledford@redhat.com>
Wed, 24 Aug 2016 15:30:39 +0000 (11:30 -0400)
commit70b1ad266755a63f4577f7849b3a95cb2b8b3cf8
tree95b057cce38b3add6f9bac5651b1ae57b42f0627
parentf40cb93a2236660413a82b69893f0752ed616fa1
IB/mlx5: Remove superfluous include of io-mapping.h

This file does not use any structs or functions defined by io-mapping.h
(nor does it directly use iomap, ioremap, iounamp or friends). Remove it
to simplify verification of changes to io-mapping.h

The include existed since its inception in

commit 7c120481afccd6b758c52a4c875426d899a294f1
Author: Eli Cohen <eli@mellanox.com>
Date:   Sun Jul 7 17:25:49 2013 +0300

    mlx5: Add driver for Mellanox Connect-IB adapters

which looks like a copy across from the Mellanox ethernet driver.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Eli Cohen <eli@mellanox.com>
Cc: Jack Morgenstein <jackm@dev.mellanox.co.il>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Cc: Matan Barak <matanb@mellanox.com>
Cc: Leon Romanovsky <leonro@mellanox.com>
Cc: Doug Ledford <dledford@redhat.com>
Cc: Sean Hefty <sean.hefty@intel.com>
Cc: Hal Rosenstock <hal.rosenstock@gmail.com>
Cc: linux-rdma@vger.kernel.org
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Reviewed-by: Laurence Oberman <loberman@redhat.com>
Tested-by: Laurence Oberman <loberman@redhat.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/main.c