Skip to content

Commit

Permalink
Renamed switchtec_ntb to ntb_hw_switchtec
Browse files Browse the repository at this point in the history
(As requested in upstream by Dave Jiang)
  • Loading branch information
lsgunth committed Sep 7, 2017
1 parent 42b18e3 commit c6affeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LINUXINCLUDE := -I$(src) $(LINUXINCLUDE)

obj-m := switchtec.o switchtec_ntb.o
obj-m := switchtec.o ntb_hw_switchtec.o
ccflags-y := -Wall -Werror -Werror=implicit-function-declaration
File renamed without changes.
2 changes: 1 addition & 1 deletion switchtec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ static int switchtec_pci_probe(struct pci_dev *pdev,
int rc;

if (pdev->class == MICROSEMI_NTB_CLASSCODE)
request_module_nowait("switchtec_ntb");
request_module_nowait("ntb_hw_switchtec");

stdev = stdev_create(pdev);
if (IS_ERR(stdev))
Expand Down

0 comments on commit c6affeb

Please sign in to comment.