]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/nv_tco.c
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvar...
[linux.git] / drivers / watchdog / nv_tco.c
index 98d4f5371cf4588b51eadd7a3a029ebe3165e6f0..d7a560e348d5fe735da0185a4ded4739837b9ce3 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *     nv_tco 0.01:    TCO timer driver for NV chipsets
  *
@@ -8,11 +9,6 @@
  *     Reserved.
  *                             http://www.kernelconcepts.de
  *
- *     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.
- *
  *     TCO timer driver for NV chipsets
  *     based on softdog.c by Alan Cox <alan@redhat.com>
  */
@@ -271,6 +267,7 @@ static const struct file_operations nv_tco_fops = {
        .llseek =               no_llseek,
        .write =                nv_tco_write,
        .unlocked_ioctl =       nv_tco_ioctl,
+       .compat_ioctl =         compat_ptr_ioctl,
        .open =                 nv_tco_open,
        .release =              nv_tco_release,
 };