]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/pcwd_usb.c
Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / drivers / watchdog / pcwd_usb.c
index 5de6182dae33b95e707bf210e2998914baec78eb..2f44af1831d00cd1bfc0f3e450011e5763c3fed4 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  *     Berkshire USB-PC Watchdog Card Driver
  *
  *       Rob Radez <rob@osinvestor.com>,
  *       Greg Kroah-Hartman <greg@kroah.com>
  *
- *     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.
- *
  *     Neither Wim Van Sebroeck nor Iguana vzw. admit liability nor
  *     provide warranty for any of this software. This material is
  *     provided "AS-IS" and at no charge.
@@ -554,6 +550,7 @@ static const struct file_operations usb_pcwd_fops = {
        .llseek =       no_llseek,
        .write =        usb_pcwd_write,
        .unlocked_ioctl = usb_pcwd_ioctl,
+       .compat_ioctl = compat_ptr_ioctl,
        .open =         usb_pcwd_open,
        .release =      usb_pcwd_release,
 };