commit | aeaf2ade7b60b64dacbebde7618c8c20ce1761d9 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 03 14:33:25 2012 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 03 15:37:30 2012 -0700 |
tree | 5e6c4119897e4339299763978e45e387919af8e4 | |
parent | 722978c40a0aefefcaa3bdd9ca72a8aaa876e613 [diff] |
epm-adc: Fix lockdep warnings with key's not in .data Devices attributes have lockdep keys and so they should exist in the data section. Failure to do this results in lockdep turning itself off and warnings such as: BUG: key eeb0883c not in .data! Fix this problem by statically allocating the devices attributes and hardcoding the names instead of generating them dynamically. Change-Id: I8db28768b3bdffab21db8c2ea2cfb21f0e4010c1 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>