Skip to content

Commit

Permalink
Merge branch 'for-6.1/wacom' into for-linus
Browse files Browse the repository at this point in the history
- Simplify comments (Christophe JAILLET)
  • Loading branch information
Benjamin Tissoires committed Oct 5, 2022
2 parents 430257d + 35f4738 commit 1af52d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
5 changes: 1 addition & 4 deletions drivers/hid/wacom.h
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions drivers/hid/wacom_sys.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* drivers/input/tablet/wacom_sys.c
*
* USB Wacom tablet support - system specific code
*/

/*
*/

#include "wacom_wac.h"
#include "wacom.h"
#include <linux/input/mt.h>
Expand Down
5 changes: 0 additions & 5 deletions drivers/hid/wacom_wac.c
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* drivers/input/tablet/wacom_wac.c
*
* USB Wacom tablet support - Wacom specific code
*/

/*
*/

#include "wacom_wac.h"
#include "wacom.h"
#include <linux/input/mt.h>
Expand Down
4 changes: 1 addition & 3 deletions drivers/hid/wacom_wac.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* drivers/input/tablet/wacom_wac.h
*/

#ifndef WACOM_WAC_H
#define WACOM_WAC_H

Expand Down

0 comments on commit 1af52d6

Please sign in to comment.