diff options
author | Andy Green <andy@openmoko.com> | 2009-03-03 17:25:02 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-03 17:25:02 +0000 |
commit | b9de904e7aadd7b37c4035fd5d6f59e5f80089b6 (patch) | |
tree | 81015365db8852b914273de7524bec8f47f7fdda /include/linux | |
parent | 75d17a700b015cd5e99636db035c8bd1324eeca4 (diff) |
fix-hdq-sample-period-calc.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/hdq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hdq.h b/include/linux/hdq.h index e706790648b..377ab387eb3 100644 --- a/include/linux/hdq.h +++ b/include/linux/hdq.h @@ -3,6 +3,8 @@ #include <linux/device.h> +#define HDQ_SAMPLE_PERIOD_US 10 + /* platform data */ struct hdq_platform_data { |