]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mei: rename struct pci_dev *mei_device to mei_pdev
authorTomas Winkler <tomas.winkler@intel.com>
Fri, 17 Aug 2012 06:54:23 +0000 (09:54 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 20:45:56 +0000 (13:45 -0700)
commitdaed6b5e78c11f34f08cc2bc1640b7f248884cee
tree698d2a913ed16fbfa70dbef1e36503cfab7ae47c
parentefda0ad4aa92439d9244d77a13339e23df5e1dc1
mei: rename struct pci_dev *mei_device to mei_pdev

1. rename mei_device variable to mei_pdev to remove
confusion with type 'struct mei_device'
2. mei_pdev no longer need to be gloabal so make it static
 and remove the declaration from the header file

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h