diff options
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) { /* |