summaryrefslogtreecommitdiffstats
path: root/src/northbridge
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-18 16:33:06 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-08-20 01:31:44 +0000
commitcd2aa47a340432503ba67672e19931ed2f3296bf (patch)
tree297246cf5bd867066f5a7e6818cd16bec0521328 /src/northbridge
parent216f717d315eccc5b33827627b784c06ca8248e8 (diff)
downloadcoreboot-cd2aa47a340432503ba67672e19931ed2f3296bf.tar.gz
coreboot-cd2aa47a340432503ba67672e19931ed2f3296bf.tar.bz2
coreboot-cd2aa47a340432503ba67672e19931ed2f3296bf.zip
devicetree: Remove duplicate chip_ops declarations
These are only referenced inside auto-generated static.c files, and util/sconfig also generates the declarations automatically from source file pathnames. Change-Id: Id324790755095c36fbeb73a4d8f9d01cdf6409cb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34979 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/haswell/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/haswell/chip.h b/src/northbridge/intel/haswell/chip.h
index fdabc3fc9ad2..506aaa58e823 100644
--- a/src/northbridge/intel/haswell/chip.h
+++ b/src/northbridge/intel/haswell/chip.h
@@ -45,6 +45,4 @@ struct northbridge_intel_haswell_config {
struct i915_gpu_controller_info gfx;
};
-extern struct chip_operations northbridge_intel_haswell_ops;
-
#endif /* NORTHBRIDGE_INTEL_HASWELL_CHIP_H */