···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * Driver for NEC VR4100 series General-purpose I/O Unit.34 *45 * Copyright (C) 2002 MontaVista Software Inc.56 * Author: Yoichi Yuasa <source@mvista.com>67 * Copyright (C) 2003-2009 Yoichi Yuasa <yuasa@linux-mips.org>77- *88- * This program is free software; you can redistribute it and/or modify99- * it under the terms of the GNU General Public License as published by1010- * the Free Software Foundation; either version 2 of the License, or1111- * (at your option) any later version.1212- *1313- * This program is distributed in the hope that it will be useful,1414- * but WITHOUT ANY WARRANTY; without even the implied warranty of1515- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1616- * GNU General Public License for more details.1717- *1818- * You should have received a copy of the GNU General Public License1919- * along with this program; if not, write to the Free Software2020- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA218 */229#include <linux/errno.h>2310#include <linux/fs.h>