diff options
author | Michal Simek <michal.simek@amd.com> | 2025-07-28 09:07:54 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2025-08-25 16:20:48 +0200 |
commit | 34762f6c007c53d8540c1cb8bcf02ccddedb704f (patch) | |
tree | ce14c724d934c54d39abf013f59536e4668e891d /include/fpga.h | |
parent | 0870281a415d33b20ca4a2ff072ab55c1b71bcb5 (diff) |
fpga: lattice: Remove unused support
There is no single platform which is using this driver that's why remove it
completely. Some issues regarding this code are also reported by Coverity
(CID 583143, 583144, 583145, 583146).
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/367cd55ab8d9fb262ac23fe748babc6b2b59bee0.1753686468.git.michal.simek@amd.com
Diffstat (limited to 'include/fpga.h')
-rw-r--r-- | include/fpga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fpga.h b/include/fpga.h index a144238e66a..20153b2082a 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -25,7 +25,6 @@ typedef enum { /* typedef fpga_type */ fpga_min_type, /* range check value */ fpga_xilinx, /* Xilinx Family) */ fpga_altera, /* unimplemented */ - fpga_lattice, /* Lattice family */ fpga_undefined /* invalid range check value */ } fpga_type; /* end, typedef fpga_type */ |