diff options
author | Simon Glass | 2023-02-01 13:19:56 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:49 -0500 |
commit | 408296aad9d662cfb6d3248fc532ce16477fc713 (patch) | |
tree | c2e5d98699ca150a0a186e47835b6851159582b0 /board/gdsys/a38x | |
parent | dc1756a4a97f61521f352c4d308185b7d2d16c42 (diff) |
gpio: Drop unused pca9698 driver
This is not used. Drop the driver and Kconfig option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gdsys/a38x')
-rw-r--r-- | board/gdsys/a38x/hre.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/gdsys/a38x/hre.c b/board/gdsys/a38x/hre.c index 2f16a4d3e11..d16233ed78e 100644 --- a/board/gdsys/a38x/hre.c +++ b/board/gdsys/a38x/hre.c @@ -15,7 +15,6 @@ #include <u-boot/sha1.h> #include <asm/byteorder.h> #include <asm/unaligned.h> -#include <pca9698.h> #include "hre.h" |