diff options
| author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 10:36:30 +0100 |
|---|---|---|
| committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 10:36:30 +0100 |
| commit | 1af52d6b35bb7faaabb1f0b34fbcae7c619e54e7 (patch) | |
| tree | 6344781501d6520e4e6659d3d67cc8f272a57016 /drivers/hid/wacom.h | |
| parent | 430257d8329b58170a92364597e474fa607e28b2 (diff) | |
| parent | 35f473864f1dcfdd04a247fb2b2f7e44449102d4 (diff) | |
| download | linux-1af52d6b35bb7faaabb1f0b34fbcae7c619e54e7.tar.bz2 | |
Merge branch 'for-6.1/wacom' into for-linus
- Simplify comments (Christophe JAILLET)
Diffstat (limited to 'drivers/hid/wacom.h')
| -rw-r--r-- | drivers/hid/wacom.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hid/wacom.h b/drivers/hid/wacom.h index 3f8b24a57014..4da50e19808e 100644 --- a/drivers/hid/wacom.h +++ b/drivers/hid/wacom.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* - * drivers/input/tablet/wacom.h - * * USB Wacom tablet support * * Copyright (c) 2000-2004 Vojtech Pavlik <vojtech@ucw.cz> @@ -78,10 +76,9 @@ * - integration of the Bluetooth devices */ -/* - */ #ifndef WACOM_H #define WACOM_H + #include <linux/kernel.h> #include <linux/slab.h> #include <linux/module.h> |