From efca492e93cf6ae175912c63a597c040d87e0075 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 22 Nov 2020 03:08:08 +0000 Subject: [PATCH] fcst: Revert r9181 This change is necessary for kernel v5.11 instead of v5.10 so revert it for now. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9186 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 5 ----- fcst/ft_io.c | 5 ----- 2 files changed, 10 deletions(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 203ccea4e..e14e5346f 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -14,15 +14,10 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#include #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) #include -#else -#include -#endif #include "fcst.h" /* diff --git a/fcst/ft_io.c b/fcst/ft_io.c index 134bfb1a8..1ab44f4e5 100644 --- a/fcst/ft_io.c +++ b/fcst/ft_io.c @@ -19,15 +19,10 @@ * You should have received a copy of the GNU General Public License along with * this program. */ -#include #include #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) #include -#else -#include -#endif #include "fcst.h" /*