2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-11 23:23:52 +08:00
linux-next/drivers/misc/mei
Tomas Winkler daed6b5e78 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>
2012-09-05 13:45:56 -07:00
..
hw.h mei: style : reformat PCI device IDs 2012-08-16 09:43:58 -07:00
init.c mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interface.c mei: introduce mei_data2slots wrapper 2012-07-10 14:58:35 -07:00
interface.h mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interrupt.c mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
iorw.c mei: name space for mei device state 2012-08-16 09:43:58 -07:00
Kconfig Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
main.c mei: rename struct pci_dev *mei_device to mei_pdev 2012-09-05 13:45:56 -07:00
Makefile Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
mei_dev.h mei: rename struct pci_dev *mei_device to mei_pdev 2012-09-05 13:45:56 -07:00
wd.c mei: wd: use watchdog_set/get_drvdata for passing mei_device 2012-08-16 09:51:02 -07:00