mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:04:51 +01:00
HID: intel-thc: make ptl_ddata static
ptl_ddata is local to pci-quicki2c.c, so it'd better be static. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202505171535.Yrj5T8jh-lkp@intel.com/ Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
3fdfa1e1fa
commit
f181c1a4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
#include "quicki2c-hid.h"
|
||||
#include "quicki2c-protocol.h"
|
||||
|
||||
struct quicki2c_ddata ptl_ddata = {
|
||||
static struct quicki2c_ddata ptl_ddata = {
|
||||
.max_detect_size = MAX_RX_DETECT_SIZE_PTL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue