1
0
Fork 0

sata-highbank: Remove unnecessary ahci_platform.h include

The sata-highbank driver is a complete standalone sata driver, which does
not use ahci_platform.c / ahci_platform_data in any way.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
wifi-calibration
Hans de Goede 2014-01-19 00:48:44 +01:00 committed by Tejun Heo
parent ecd75ad514
commit 3a3a8cf51d
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#include <linux/of_address.h>
#include <linux/platform_device.h>
#include <linux/libata.h>
#include <linux/ahci_platform.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/export.h>