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/arch/arm/mach-sa1100/include/mach/h3xxx.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/arch/arm/mach-sa1100/include/mach/h3xxx.h b/kernel/arch/arm/mach-sa1100/include/mach/h3xxx.h index 603d434..0ee2578 100644 --- a/kernel/arch/arm/mach-sa1100/include/mach/h3xxx.h +++ b/kernel/arch/arm/mach-sa1100/include/mach/h3xxx.h @@ -1,13 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Definitions for Compaq iPAQ H3100 and H3600 handheld computers * * (c) 2000 Compaq Computer Corporation. (Author: Jamey Hicks) * (c) 2009 Dmitry Artamonow <mad_soft@inbox.ru> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * */ #ifndef _INCLUDE_H3XXX_H_ -- Gitblit v1.6.2