Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deecb5d6 authored by Roland Dreier's avatar Roland Dreier
Browse files

IB/mthca: Remove unnecessary include of <linux/init.h>



mthca_reset.c doesn't have any function annotations, so there's no
reason to include <linux/init.h>.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent fc128558
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
 * SOFTWARE.
 */

#include <linux/init.h>
#include <linux/errno.h>
#include <linux/pci.h>
#include <linux/delay.h>