commit | 62f0988ee5280ac03f787e3abd70bd91366e3778 | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Tue Mar 29 11:48:45 2011 -0700 |
committer | David Brown <davidb@codeaurora.org> | Thu Mar 31 13:15:40 2011 -0700 |
tree | 922eb2e1994f30632610d76b99e4d7cf76d869dc | |
parent | 0ce790e7d736cedc563e1fb4e998babf5a4dbc3d [diff] |
msm: Remove extraneous ffa device check The qsd8x50 board file contains a few references to machine_is_... macros that are otherwise unused, and contain no machine definition. The recent purge of unused machine definitions breaks the compilation of this target. Since the machine cannot ever be used, just remove the bogus checks. Signed-off-by: David Brown <davidb@codeaurora.org>