On Wed, Jan 05, 2011 at 01:43:06PM +0800, mkl0301 at gmail.com wrote:
From: Mac Lin <redacted>
Switch the driver to use module device table matching mechanism to add SoC-specific parts to the generic driver.
Signed-off-by: Mac Lin <redacted>
---
drivers/ata/ahci_pltfm.c | 14 +++++++++++++-
drivers/ata/ahci_pltfm.h | 17 +++++++++++++++++
2 files changed, 30 insertions(+), 1 deletions(-)
create mode 100644 drivers/ata/ahci_pltfm.h
[..]
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef _DRIVERS_SATA_AHCI_PLTFM_H
+#define _DRIVERS_SATA_AHCI_PLTFM_H
+
+#endif /* _DRIVERS_SATA_AHCI_PLTFM_H */
+
--
No need for this empty line at the end of the file.
--
Anton Vorontsov
Email: cbouatmailru at gmail.com