IB/mthca: Remove unnecessary include of <linux/init.h>
authorRoland Dreier <rolandd@cisco.com>
Sun, 6 Sep 2009 03:36:15 +0000 (20:36 -0700)
committerRoland Dreier <rolandd@cisco.com>
Sun, 6 Sep 2009 03:36:15 +0000 (20:36 -0700)
commitdeecb5d6728fff5288b6f7241ee8225ba0d8c6d2
treeac02f9158f96ebf6e56e1d63d8238d4ae7d05e32
parentfc1285585f5bfda18e3fe7f90afd47da51b82bd6
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: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/mthca/mthca_reset.c