xilinx_ps2.c (31d1b7710262fba12282b24083f20dc76e0efc93) | xilinx_ps2.c (a912e80bd0bbfec053ccfdca625c2c760a8b08e8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later |
|
1/* 2 * Xilinx XPS PS/2 device driver 3 * 4 * (c) 2005 MontaVista Software, Inc. 5 * (c) 2008 Xilinx, Inc. | 2/* 3 * Xilinx XPS PS/2 device driver 4 * 5 * (c) 2005 MontaVista Software, Inc. 6 * (c) 2008 Xilinx, Inc. |
6 * 7 * This program is free software; you can redistribute it and/or modify it 8 * under the terms of the GNU General Public License as published by the 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version. 11 * 12 * You should have received a copy of the GNU General Public License along 13 * with this program; if not, write to the Free Software Foundation, Inc., 14 * 675 Mass Ave, Cambridge, MA 02139, USA. | |
15 */ 16 17 18#include <linux/module.h> 19#include <linux/serio.h> 20#include <linux/interrupt.h> 21#include <linux/errno.h> 22#include <linux/slab.h> --- 357 unchanged lines hidden --- | 7 */ 8 9 10#include <linux/module.h> 11#include <linux/serio.h> 12#include <linux/interrupt.h> 13#include <linux/errno.h> 14#include <linux/slab.h> --- 357 unchanged lines hidden --- |