diff options
Diffstat (limited to 'drivers/pch/pch9.c')
-rw-r--r-- | drivers/pch/pch9.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pch/pch9.c b/drivers/pch/pch9.c index 529cb023e2..27a9fda0f4 100644 --- a/drivers/pch/pch9.c +++ b/drivers/pch/pch9.c @@ -20,14 +20,8 @@ static int pch9_get_sbase(struct udevice *dev, ulong *sbasep) return 0; } -static enum pch_version pch9_get_version(struct udevice *dev) -{ - return PCHV_9; -} - static const struct pch_ops pch9_ops = { .get_sbase = pch9_get_sbase, - .get_version = pch9_get_version, }; static const struct udevice_id pch9_ids[] = { |