From 5bf3be033f504f5fd79690fbb13d720407314e40 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 4 Feb 2002 20:20:15 -0800 Subject: v2.4.10.1 -> v2.4.10.2 - me/Al Viro: fix bdget() oops with block device modules that don't clean up after they exit - Alan Cox: continued merging (drivers, license tags) - David Miller: sparc update, network fixes - Christoph Hellwig: work around broken drivers that add a gendisk more than once - Jakub Jelinek: handle more ELF loading special cases - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes - Greg KH: USB updates - Mikael Pettersson: sparate out local APIC / IO-APIC config options --- drivers/input/evdev.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/input/evdev.c') diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index f4164acc26d7..ec72e8895816 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c @@ -398,3 +398,5 @@ module_exit(evdev_exit); MODULE_AUTHOR("Vojtech Pavlik "); MODULE_DESCRIPTION("Event character device driver"); +MODULE_LICENSE("GPL"); + -- cgit v1.2.3