diff options
| author | 2018-06-28 12:05:08 +0200 | |
|---|---|---|
| committer | 2018-07-02 23:54:33 +1000 | |
| commit | f18a4e1d973bc69a50419eb8918f458ea89c6c3f (patch) | |
| tree | 156c85a02e40f27ba93f123e70d911e4d35bd102 /drivers/misc/cxl/main.c | |
| parent | Revert "cxl: Add cxl_slot_is_supported API" (diff) | |
| download | wireguard-linux-f18a4e1d973bc69a50419eb8918f458ea89c6c3f.tar.xz wireguard-linux-f18a4e1d973bc69a50419eb8918f458ea89c6c3f.zip | |
Revert "cxl: Allow a default context to be associated with an external pci_dev"
Remove abandonned capi support for the Mellanox CX4.
This reverts commit a19bd79e31769626d288cc016e21a31b6f47bf6f.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl/main.c')
| -rw-r--r-- | drivers/misc/cxl/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/cxl/main.c b/drivers/misc/cxl/main.c index a7e83624034b..334223b802ee 100644 --- a/drivers/misc/cxl/main.c +++ b/drivers/misc/cxl/main.c @@ -104,8 +104,6 @@ static inline void cxl_slbia_core(struct mm_struct *mm) static struct cxl_calls cxl_calls = { .cxl_slbia = cxl_slbia_core, - .cxl_pci_associate_default_context = _cxl_pci_associate_default_context, - .cxl_pci_disable_device = _cxl_pci_disable_device, .owner = THIS_MODULE, }; |
