From 04dd17822334871b23ea2862f7798fb0e0007777 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 08:53:19 +0000 Subject: [PATCH] change otg to host mode --- kernel/drivers/net/wan/farsync.h | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/kernel/drivers/net/wan/farsync.h b/kernel/drivers/net/wan/farsync.h index 6b27e7c..5f43568 100644 --- a/kernel/drivers/net/wan/farsync.h +++ b/kernel/drivers/net/wan/farsync.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * FarSync X21 driver for Linux * @@ -5,11 +6,6 @@ * * Copyright (C) 2001 FarSite Communications Ltd. * www.farsite.co.uk - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. * * Author: R.J.Dunlop <bob.dunlop@farsite.co.uk> * @@ -69,7 +65,7 @@ struct fstioc_write { unsigned int size; unsigned int offset; - unsigned char data[0]; + unsigned char data[]; }; -- Gitblit v1.6.2