intel_scu_ipc: Convert to use struct device *
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Oct 2015 11:19:46 +0000 (14:19 +0300)
committerDarren Hart <dvhart@linux.intel.com>
Thu, 15 Oct 2015 15:22:25 +0000 (08:22 -0700)
commit20903169fed97e1a972a85ed0b02f20465ae2ff8
tree64f83654a9c3b3c2662fda3c332da138077c31a5
parentb0b3f578a1c363585d0f74f3b80a1dc968d150b4
intel_scu_ipc: Convert to use struct device *

Switch the code to use struct device * instead of struct pci_dev * since there
is no reason to access PCI related features in the driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/intel_scu_ipc.c