diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-08 12:31:30 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-08 12:31:30 +0200 |
commit | 16b53e7e8542082ac628e9e69f6cdf725a576f81 (patch) | |
tree | 0b1d1a2f1881654ef0b2897aecaf2b853fb3a902 /include/linux | |
parent | 408fb7f37bf8e76a22d6058cde7c1f0fc7fa7da9 (diff) | |
parent | cf8df962aa830d05be1a8d5a9c7d2a67b2837b45 (diff) |
Merge branch 'acpi-lpss' into linux-next
* acpi-lpss:
ACPI / LPSS: make code less confusing for reader
ACPI / LPSS: Add support for exposing LTR registers to user space
ACPI / scan: Add special handler for Intel Lynxpoint LPSS devices
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/platform_data/clk-lpss.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-lpss.h b/include/linux/platform_data/clk-lpss.h new file mode 100644 index 000000000000..528e73ce46d2 --- /dev/null +++ b/include/linux/platform_data/clk-lpss.h @@ -0,0 +1,18 @@ +/* + * Intel Low Power Subsystem clocks. + * + * Copyright (C) 2013, Intel Corporation + * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> + * Rafael J. Wysocki <rafael.j.wysocki@intel.com> + * + * 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 __CLK_LPSS_H +#define __CLK_LPSS_H + +extern int lpt_clk_init(void); + +#endif /* __CLK_LPSS_H */ |