summaryrefslogtreecommitdiff
path: root/include/linux/edp.h
diff options
context:
space:
mode:
authorSivaram Nair <sivaramn@nvidia.com>2013-01-30 10:50:57 +0200
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:51:42 -0700
commit3acac79a319fdd755c56e89d411fc19e4ad3df5c (patch)
tree1e607e0d8bdb0d1b36307455a2ec6a3ee63988d6 /include/linux/edp.h
parent9283d7f9120bd0912167e53576613baae43640ce (diff)
EDP: renaming imax to max
The edp_manager structure's imax member is renamed to max so that it is not tied to any specific units. Change-Id: I01f538ec17d3f04d8ad3e7e904e2ba8b4cc0c339 Signed-off-by: Sivaram Nair <sivaramn@nvidia.com> Reviewed-on: http://git-master/r/195478 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'include/linux/edp.h')
-rw-r--r--include/linux/edp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/edp.h b/include/linux/edp.h
index 1fe766d3776d..c5acab683df9 100644
--- a/include/linux/edp.h
+++ b/include/linux/edp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-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,
@@ -27,7 +27,7 @@
struct edp_manager {
char name[EDP_NAME_LEN];
- unsigned int imax;
+ unsigned int max;
/* internal */
struct list_head link;