summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hfi1/Makefile
diff options
context:
space:
mode:
authorMichael J. Ruhl <michael.j.ruhl@intel.com>2019-06-28 21:22:17 +0300
committerJason Gunthorpe <jgg@mellanox.com>2019-06-29 04:34:26 +0300
commitbf3b1e0ce093ce31d4d91d613f9b09d80a4021cc (patch)
tree05dcb88af792a1b3fd57eb909bdd5908f55edb6a /drivers/infiniband/hw/hfi1/Makefile
parent2b0ad2da8fd4c32f63d9142f2de43a4d34fdd679 (diff)
downloadlinux-bf3b1e0ce093ce31d4d91d613f9b09d80a4021cc.tar.xz
IB/hfi1: Reduce excessive aspm inlines
Uninline the aspm API since it increases code space for no reason. Move the aspm module param to the new aspm C file. Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/Makefile')
-rw-r--r--drivers/infiniband/hw/hfi1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/hfi1/Makefile b/drivers/infiniband/hw/hfi1/Makefile
index 4044a8c8dbf4..0405d26d0833 100644
--- a/drivers/infiniband/hw/hfi1/Makefile
+++ b/drivers/infiniband/hw/hfi1/Makefile
@@ -10,6 +10,7 @@ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o
hfi1-y := \
affinity.o \
+ aspm.o \
chip.o \
device.o \
driver.o \