]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c
authorBin Meng <bmeng.cn@gmail.com>
Tue, 30 Dec 2014 14:53:19 +0000 (22:53 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 01:03:41 +0000 (17:03 -0800)
commit4722c035cf0f7f82633af9d5fe19d4336805e800
tree8d4f2a4a8626c3dc787cfa2090d3450ac07dbbaa
parent120c41695b8b8c7e68ef7cfdaa2bf4f965357b47
x86: Add missing DECLARE_GLOBAL_DATA_PTR for pci.c

arch/x86/cpu/pci.c has access to the U-Boot global data thus
DECLARE_GLOBAL_DATA_PTR is needed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/pci.c