diff options
| author | Rohit Vaswani <rvaswani@codeaurora.org> | 2011-11-21 11:49:06 -0800 |
|---|---|---|
| committer | Rohit Vaswani <rvaswani@codeaurora.org> | 2011-11-21 15:32:45 -0800 |
| commit | 6fff1272259fe3d6ac0e85adbd178ce75a47b47e (patch) | |
| tree | d8ea48fe715998accb950c1d9ceba2647a2c9442 /scripts/gcc-wrapper.py | |
| parent | e2edeb1d2beeb3285bc4d64ac8f84048b1a060e0 (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-x | scripts/gcc-wrapper.py | 1 |
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", |
