am 0c1379e4: Merge "Fix Clang warning since KernelArgumentBlock is actually a class."

* commit '0c1379e42ddc7f135403fb06f115ed62396c6102':
  Fix Clang warning since KernelArgumentBlock is actually a class.
This commit is contained in:
Elliott Hughes 2013-10-08 09:16:07 -07:00 committed by Android Git Automerger
commit 64cb7e36bf

View File

@ -29,7 +29,7 @@
#ifndef LINKER_ENVIRON_H
#define LINKER_ENVIRON_H
struct KernelArgumentBlock;
class KernelArgumentBlock;
// Call this function before any of the other functions in this header file.
extern void linker_env_init(KernelArgumentBlock& args);