diff options
Diffstat (limited to 'drivers/pch/pch-uclass.c')
-rw-r--r-- | drivers/pch/pch-uclass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pch/pch-uclass.c b/drivers/pch/pch-uclass.c index af794eb5a1..0d3ce7f77c 100644 --- a/drivers/pch/pch-uclass.c +++ b/drivers/pch/pch-uclass.c @@ -9,8 +9,6 @@ #include <dm.h> #include <pch.h> -DECLARE_GLOBAL_DATA_PTR; - int pch_get_spi_base(struct udevice *dev, ulong *sbasep) { struct pch_ops *ops = pch_get_ops(dev); |