From 8fe042be9aaef8898cf2a0de44d679b41d81da67 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 10 Jan 2023 11:19:37 -0500 Subject: fpga: Migrate CONFIG_MAX_FPGA_DEVICES to Kconfig This is always defined to 5, so use that as the default. Cc: Michal Simek Signed-off-by: Tom Rini Reviewed-by: Michal Simek --- include/fpga.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/fpga.h') diff --git a/include/fpga.h b/include/fpga.h index a4e16401da..ed688cc0fa 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -9,10 +9,6 @@ #ifndef _FPGA_H_ #define _FPGA_H_ -#ifndef CONFIG_MAX_FPGA_DEVICES -#define CONFIG_MAX_FPGA_DEVICES 5 -#endif - /* fpga_xxxx function return value definitions */ #define FPGA_SUCCESS 0 #define FPGA_FAIL 1 -- cgit v1.2.3