summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSivaram Nair <sivaramn@nvidia.com>2013-01-30 10:50:57 +0200
committerRiham Haidar <rhaidar@nvidia.com>2013-02-07 16:40:30 -0800
commit6c4afd629df226c4152740f6e3d77f6120d3c13e (patch)
tree1e7e6b163628d2fc72577e9a95b4262a1369b53f /include
parent9f6f9a18c28e31482e350866878a4ac8adc2a627 (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> (cherry picked from commit 2b4e001b7303ab4c614d8cbc6fe5d1acb98244e6) (Conflicts resolved manually) Reviewed-on: http://git-master/r/196356 Reviewed-by: Riham Haidar <rhaidar@nvidia.com> Tested-by: Riham Haidar <rhaidar@nvidia.com>
Diffstat (limited to 'include')
-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;