diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-31 09:31:31 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:41 -0600 |
commit | 8b097916faa20f04ff4b0147ebcf0331204ec96b (patch) | |
tree | ea4ff098a55f25f620a3e3265637fc3ed3377a59 /arch/x86/lib/pch-uclass.c | |
parent | 0bc74ab3e694643cb070ed055964fa2a73d300af (diff) |
x86: Add some missing global_data declarations in files that use gd
Some files use global_data but don't declare it. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/lib/pch-uclass.c')
-rw-r--r-- | arch/x86/lib/pch-uclass.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/lib/pch-uclass.c b/arch/x86/lib/pch-uclass.c index d1082e1a47..20dfa815d2 100644 --- a/arch/x86/lib/pch-uclass.c +++ b/arch/x86/lib/pch-uclass.c @@ -9,6 +9,8 @@ #include <dm.h> #include <dm/root.h> +DECLARE_GLOBAL_DATA_PTR; + static int pch_uclass_post_bind(struct udevice *bus) { /* |