commit | daed6b5e78c11f34f08cc2bc1640b7f248884cee | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Fri Aug 17 09:54:23 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Sep 05 13:45:56 2012 -0700 |
tree | 698d2a913ed16fbfa70dbef1e36503cfab7ae47c | |
parent | efda0ad4aa92439d9244d77a13339e23df5e1dc1 [diff] |
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>