diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-18 16:33:06 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-20 01:31:44 +0000 |
commit | cd2aa47a340432503ba67672e19931ed2f3296bf (patch) | |
tree | 297246cf5bd867066f5a7e6818cd16bec0521328 /src/ec/google/chromeec/chip.h | |
parent | 216f717d315eccc5b33827627b784c06ca8248e8 (diff) |
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/ec/google/chromeec/chip.h')
-rw-r--r-- | src/ec/google/chromeec/chip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ec/google/chromeec/chip.h b/src/ec/google/chromeec/chip.h index 4eada16b0d..1c9a7f59e7 100644 --- a/src/ec/google/chromeec/chip.h +++ b/src/ec/google/chromeec/chip.h @@ -16,9 +16,6 @@ #ifndef EC_GOOGLE_CHROMEEC_CHIP_H #define EC_GOOGLE_CHROMEEC_CHIP_H -#include <device/device.h> - -extern struct chip_operations ec_google_chromeec_ops; struct ec_google_chromeec_config { }; |