From daed6b5e78c11f34f08cc2bc1640b7f248884cee Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Fri, 17 Aug 2012 09:54:23 +0300 Subject: [PATCH] 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed