Skip to content
Permalink
Browse files
nvme: pci: rename pci specific functions
In preparation for splitting up the driver into a platform_driver and
a pci_driver front-end, rename the internal functions to clarify which
ones are pci-specific and which ones are not.

The functions that need to be duplicated in some form now start with
nvme_pci_ and take a pci_dev pointer argument where appropriate, while
the generic functions no longer have the 'pci' part in their names.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
arndb authored and svenpeter42 committed Jun 7, 2021
1 parent 231bc53 commit 4a80db096ae7aa82737bec490021db9523d2355d
Showing 1 changed file with 154 additions and 131 deletions.

0 comments on commit 4a80db0

Please sign in to comment.