diff options
| author | Hans de Goede <hdegoede@redhat.com> | 2014-02-22 10:53:33 -0500 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2014-02-22 15:35:42 -0500 |
| commit | 96a01ba52c60fdd74dd6e8cf06645d06515b1396 (patch) | |
| tree | 5774b04f31afcfef1465d5650a355f4260603107 /include/linux | |
| parent | 4b3e603a298db26c6c37e8b08adcce24d014df13 (diff) | |
ahci-platform: Add enable_ / disable_resources helper functions
tj: Minor comment formatting updates.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ahci_platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h index 769d06525320..b674b01ce9bc 100644 --- a/include/linux/ahci_platform.h +++ b/include/linux/ahci_platform.h | |||
| @@ -33,5 +33,7 @@ struct ahci_platform_data { | |||
| 33 | 33 | ||
| 34 | int ahci_platform_enable_clks(struct ahci_host_priv *hpriv); | 34 | int ahci_platform_enable_clks(struct ahci_host_priv *hpriv); |
| 35 | void ahci_platform_disable_clks(struct ahci_host_priv *hpriv); | 35 | void ahci_platform_disable_clks(struct ahci_host_priv *hpriv); |
| 36 | int ahci_platform_enable_resources(struct ahci_host_priv *hpriv); | ||
| 37 | void ahci_platform_disable_resources(struct ahci_host_priv *hpriv); | ||
| 36 | 38 | ||
| 37 | #endif /* _AHCI_PLATFORM_H */ | 39 | #endif /* _AHCI_PLATFORM_H */ |
