Skip to content

Commit

Permalink
x86/platform/intel-mid: Remove unused header inclusion in intel-mid.h
Browse files Browse the repository at this point in the history
After the commit f1be6cd ("x86/platform/intel-mid: Make
intel_scu_device_register() static") the platform_device.h is not being
used anymore by intel-mid.h. Remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Andy Shevchenko authored and Rafael J. Wysocki committed Feb 15, 2021
1 parent 043698c commit 6b80df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/include/asm/intel-mid.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#define _ASM_X86_INTEL_MID_H

#include <linux/pci.h>
#include <linux/platform_device.h>

extern int intel_mid_pci_init(void);
extern int intel_mid_pci_set_power_state(struct pci_dev *pdev, pci_power_t state);
Expand Down

0 comments on commit 6b80df1

Please sign in to comment.