summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/pwm_fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/pwm_fan.h')
-rw-r--r--include/linux/platform_data/pwm_fan.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform_data/pwm_fan.h b/include/linux/platform_data/pwm_fan.h
index 8751d6270dde..57d21c08cc63 100644
--- a/include/linux/platform_data/pwm_fan.h
+++ b/include/linux/platform_data/pwm_fan.h
@@ -1,7 +1,7 @@
/*
* include/linux/platform_data/pwm_fan.h
*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -34,5 +34,6 @@ struct pwm_fan_platform_data {
int precision_multiplier;
int tach_gpio;
int state_cap;
+ int pwm_gpio;
};
#endif