aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc-wrapper.py
diff options
context:
space:
mode:
authorRohit Vaswani <rvaswani@codeaurora.org>2011-11-21 11:49:06 -0800
committerRohit Vaswani <rvaswani@codeaurora.org>2011-11-21 15:32:45 -0800
commit6fff1272259fe3d6ac0e85adbd178ce75a47b47e (patch)
treed8ea48fe715998accb950c1d9ceba2647a2c9442 /scripts/gcc-wrapper.py
parente2edeb1d2beeb3285bc4d64ac8f84048b1a060e0 (diff)
cpuidle: menu: Remove the unused get_loadavg function
The fuction get_loadavg was unused and this also caused a warning during build. This change also removes it from the allowed warnings white-list. Change-Id: I85b184e1eb0ab8b3cf763cab87a30e140d00332b Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Diffstat (limited to 'scripts/gcc-wrapper.py')
-rwxr-xr-xscripts/gcc-wrapper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gcc-wrapper.py b/scripts/gcc-wrapper.py
index 97c08c035e8..cbe2eae7f43 100755
--- a/scripts/gcc-wrapper.py
+++ b/scripts/gcc-wrapper.py
@@ -54,7 +54,6 @@ allowed_warnings = set([
"inode.c:72",
"inode.c:73",
"inode.c:74",
- "menu.c:128",
"msm_sdcc.c:126",
"msm_sdcc.c:128",
"nf_conntrack_netlink.c:790",